-
Notifications
You must be signed in to change notification settings - Fork 392
/
Copy pathpooldata.json
32 lines (32 loc) · 964 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"],
"swap_address": "0x8038C01A0390a8c547446a0b2c18fc9aEFEcc10c",
"lp_token_address": "0x3a664Ab939FD8482048609f652f9a0B0677337B9",
"zap_address": "0x61E10659fe3aa93d036d099405224E4Ac24996d0",
"gauge_addresses": ["0xAEA6c312f4b3E04D752946d329693F7293bC2e6D"],
"lp_contract": "CurveTokenV2",
"lp_constructor": {
"symbol": "dusd3CRV",
"name": "Curve.fi DUSD/3Crv"
},
"swap_constructor": {
"_A": 200,
"_fee": 4000000,
"_admin_fee": 0
},
"coins": [
{
"name": "DUSD",
"decimals": 18,
"tethered": false,
"underlying_address": "0x5bc25f649fc4e26069ddf4cf4010f9f706c23831"
},
{
"name": "3CRV",
"decimals": 18,
"base_pool_token": true,
"underlying_address": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490"
}
]
}