create_pool refactor; test pool deployed; etc
This commit is contained in:
70
scripts/pool-og.json
Normal file
70
scripts/pool-og.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"name": "Original Genesis of Liquidity Party",
|
||||
"symbol": "OG.LP",
|
||||
"kappa": 0.01,
|
||||
"flashFeePpm": 5,
|
||||
"inputUsdAmount": 75,
|
||||
"stable": false,
|
||||
"tokens": {
|
||||
"USDT": {
|
||||
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
||||
"coingeckoId": "tether",
|
||||
"decimals": 6,
|
||||
"feePpm": 40
|
||||
},
|
||||
"USDC": {
|
||||
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
||||
"coingeckoId": "usd-coin",
|
||||
"decimals": 6,
|
||||
"feePpm": 40
|
||||
},
|
||||
"WBTC": {
|
||||
"address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
||||
"coingeckoId": "wrapped-bitcoin",
|
||||
"decimals": 8,
|
||||
"feePpm": 200
|
||||
},
|
||||
"WETH": {
|
||||
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
||||
"coingeckoId": "weth",
|
||||
"decimals": 18,
|
||||
"feePpm": 250
|
||||
},
|
||||
"UNI": {
|
||||
"address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
|
||||
"coingeckoId": "uniswap",
|
||||
"decimals": 18,
|
||||
"feePpm": 950
|
||||
},
|
||||
"WSOL": {
|
||||
"address": "0xD31a59c85aE9D8edEFeC411D448f90841571b89c",
|
||||
"coingeckoId": "solana",
|
||||
"decimals": 9,
|
||||
"feePpm": 950
|
||||
},
|
||||
"TRX": {
|
||||
"address": "0x50327c6c5a14DCaDE707ABad2E27eB517df87AB5",
|
||||
"coingeckoId": "tron",
|
||||
"decimals": 6,
|
||||
"feePpm": 950
|
||||
},
|
||||
"AAVE": {
|
||||
"address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
|
||||
"coingeckoId": "aave",
|
||||
"decimals": 18,
|
||||
"feePpm": 1250
|
||||
},
|
||||
"PEPE": {
|
||||
"address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
||||
"coingeckoId": "pepe",
|
||||
"decimals": 18,
|
||||
"feePpm": 1850
|
||||
},
|
||||
"SHIB": {
|
||||
"address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
||||
"coingeckoId": "shiba-inu",
|
||||
"decimals": 18,
|
||||
"feePpm": 1850
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user