create_pool refactor; test pool deployed; etc

This commit is contained in:
2026-05-10 17:57:45 -04:00
parent d31f99d330
commit e1d2acea0d
13 changed files with 2359 additions and 444 deletions

28
scripts/pool-test.json Normal file
View 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
}
}
}