This repository was archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcape_v2_official_assets.toml
41 lines (35 loc) · 1.87 KB
/
cape_v2_official_assets.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Copyright (c) 2022 Espresso Systems (espressosys.com)
# This file is part of the Configurable Asset Privacy for Ethereum (CAPE) library.
#
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
# The official asset library for CAPE v1 on Goerli
[[assets]]
symbol = 'CAPE'
type = 'native'
[[assets]]
symbol = 'capedWETH'
description = 'Wrapped WETH on Goerli'
icon = 'icons/WGTH.png'
type = 'wrapped'
contract = '0x4F1D9E040cf28A522ec79951cDb7B55c8aE4744E'
viewing_key = 'AUDPUBKEY~yCCj8Z27peDBDmpdYrqLHEyykKCNtFdJ7BOjOC3MmpF9'
[[assets]]
symbol = 'capedDAI'
description = 'Wrapped DAI'
icon = 'icons/DAI.png'
type = 'wrapped'
contract = '0xBeec50ed16E3559afCD582cC98ed2b5F5DcA189E'
# The viewing key is maintained by Espresso, but would belong to Maker Foundation in a real deployment
viewing_key = 'AUDPUBKEY~sQaB3MS_gvTIpnpq_01PizVyjXrI0oBmqOaL1SlpcwN1'
[[assets]]
symbol = 'capedUSDC'
description = 'Wrapped USDC'
icon = 'icons/USDC.png'
type = 'wrapped'
contract = '0x9A4f4Ee35a8FfEE459B3187A372d422790fc8aAB'
# The viewing key is maintained by Espresso, but would belong to Circle in a real deployment
viewing_key = 'AUDPUBKEY~N2fbGZSu-tJ9ELIt4GOI5dY48dxNhkVwN9X823SeBZCm'
# The freezing key is maintained by Espresso, but would belong to Circle in a real deployment
freezing_key = 'FREEZEPUBKEY~FnsYGkzfHB6rht4UjPoaW0ZtADfU1DIAgVSZGAbjySNT'