29 lines
611 B
JSON
29 lines
611 B
JSON
{
|
|
"name": "Test Pool",
|
|
"symbol": "TEST.LP",
|
|
"kappa": 0.1,
|
|
"flashFeePpm": 5,
|
|
"inputUsdAmount": 3,
|
|
"stable": false,
|
|
"tokens": {
|
|
"USDT": {
|
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
"coingeckoId": "tether",
|
|
"decimals": 6,
|
|
"feePpm": 40
|
|
},
|
|
"WETH": {
|
|
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
"coingeckoId": "weth",
|
|
"decimals": 18,
|
|
"feePpm": 250
|
|
},
|
|
"AAVE": {
|
|
"address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
|
|
"coingeckoId": "aave",
|
|
"decimals": 18,
|
|
"feePpm": 1250
|
|
}
|
|
}
|
|
}
|