forked from curvefi/curve-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpooldata.json
37 lines (37 loc) · 1.16 KB
/
pooldata.json
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
{
"lp_contract": "CurveTokenV1",
"swap_address": "0xA5407eAE9Ba41422680e2e00537571bcC53efBfD",
"lp_token_address": "0xC25a3A3b969415c80451098fa907EC722572917F",
"zap_address": "0xfcba3e75865d2d561be8d220616520c171f12851",
"gauge_addresses": ["0xA90996896660DEcC6E997655E065b23788857849"],
"lp_constructor": {
"name": "Curve.fi DAI/USDC/USDT/sUSD",
"symbol": "crvPlain3andSUSD"
},
"coins": [
{
"name": "DAI",
"decimals": 18,
"tethered": false,
"underlying_address": "0x6b175474e89094c44da98b954eedeac495271d0f"
},
{
"name": "USDC",
"decimals": 6,
"tethered": false,
"underlying_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
},
{
"name": "USDT",
"decimals": 6,
"tethered": true,
"underlying_address": "0xdac17f958d2ee523a2206206994597c13d831ec7"
},
{
"name": "SUSD",
"decimals": 18,
"tethered": false,
"underlying_address": "0x57ab1ec28d129707052df4df418d58a2d46d5f51"
}
]
}