create_pool refactor; test pool deployed; etc
This commit is contained in:
28
scripts/pool-test.json
Normal file
28
scripts/pool-test.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user