forked from curvefi/curve-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpooldata.json
32 lines (32 loc) · 963 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": "CurveTokenV2",
"swap_address": "0x3eF6A01A0f81D6046290f3e2A8c5b843e738E604",
"lp_token_address": "0x5B5CFE992AdAC0C9D48E05854B2d91C73a003858",
"zap_address": "0x09672362833d8f703D5395ef3252D4Bfa51c15ca",
"gauge_addresses": ["0x2db0E83599a91b508Ac268a6197b8B14F5e72840"],
"lp_constructor": {
"symbol": "husd3CRV",
"name": "Curve.fi HUSD/3Crv"
},
"swap_constructor": {
"_A": 200,
"_fee": 4000000,
"_admin_fee": 0
},
"coins": [
{
"name": "HUSD",
"decimals": 8,
"tethered": false,
"underlying_address": "0xdf574c24545e5ffecb9a659c229253d4111d87e1"
},
{
"name": "3CRV",
"decimals": 18,
"base_pool_token": true,
"underlying_address": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490"
}
]
}