forked from curvefi/curve-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pooldata.json
32 lines (32 loc) · 902 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
{
"lp_contract": "CurveTokenV3",
"swap_address": "0x0Ce6a5fF5217e38315f87032CF90686C96627CAA",
"lp_token_address": "0x194eBd173F6cDacE046C53eACcE9B953F28411d1",
"gauge_addresses": ["0x90Bb609649E0451E5aD952683D64BD2d1f245840"],
"lp_constructor": {
"symbol": "eursCRV",
"name": "Curve.fi EURS/sEUR"
},
"swap_constructor": {
"_A": 100,
"_fee": 4000000,
"_admin_fee": 5000000000
},
"coins": [
{
"name": "EURS",
"decimals": 2,
"tethered": false,
"underlying_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8"
},
{
"name": "sEUR",
"decimals": 18,
"tethered": false,
"underlying_address": "0xD71eCFF9342A5Ced620049e616c5035F1dB98620"
}
],
"testing": {
"initial_amount": 10000
}
}