forked from curvefi/curve-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpooldata.json
32 lines (32 loc) · 970 Bytes
/
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
{
"base_pool": "3pool",
"pool_types": ["meta"],
"lp_contract": "CurveTokenV3",
"swap_address": "0x890f4e345B1dAED0367A877a1612f86A1f86985f",
"lp_token_address": "0x94e131324b6054c0D789b190b2dAC504e4361b53",
"zap_address": "0xB0a0716841F2Fc03fbA72A891B8Bb13584F52F2d",
"gauge_addresses": ["0x3B7020743Bc2A4ca9EaF9D0722d42E20d6935855"],
"lp_constructor": {
"symbol": "ust3CRV",
"name": "Curve.fi UST/3Crv"
},
"swap_constructor": {
"_A": 100,
"_fee": 4000000,
"_admin_fee": 5000000000
},
"coins": [
{
"name": "UST",
"decimals": 18,
"tethered": false,
"underlying_address": "0xa47c8bf37f92aBed4A126BDA807A7b7498661acD"
},
{
"name": "3CRV",
"decimals": 18,
"base_pool_token": true,
"underlying_address": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490"
}
]
}