forked from curvefi/curve-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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"],
"lp_contract": "CurveTokenV2",
"swap_address": "0x8474DdbE98F5aA3179B3B3F5942D724aFcdec9f6",
"lp_token_address": "0x1AEf73d49Dedc4b1778d0706583995958Dc862e6",
"zap_address": "0x803A2B40c5a9BB2B86DD630B274Fa2A9202874C2",
"gauge_addresses": ["0x5f626c30EC1215f4EdCc9982265E8b1F411D1352"],
"lp_constructor": {
"symbol": "musd3CRV",
"name": "Curve.fi MUSD/3Crv"
},
"swap_constructor": {
"_A": 200,
"_fee": 4000000,
"_admin_fee": 0
},
"coins": [
{
"name": "MUSD",
"decimals": 18,
"tethered": false,
"underlying_address": "0xe2f2a5C287993345a840Db3B0845fbC70f5935a5"
},
{
"name": "3CRV",
"decimals": 18,
"base_pool_token": true,
"underlying_address": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490"
}
]
}