working version, before optimalization
This commit is contained in:
54
florida/tools/pool_scanner_config.json
Normal file
54
florida/tools/pool_scanner_config.json
Normal file
@ -0,0 +1,54 @@
|
||||
[
|
||||
{
|
||||
"name": "Uniswap V3 (Arbitrum) - ETH/USDC",
|
||||
"chain": "ARBITRUM",
|
||||
"pool_address": "0xC31E54c7a869B9FcBEcc14363CF510d1c41fa443",
|
||||
"fee_tier": 500,
|
||||
"simulation": {
|
||||
"investment_usd": 10000,
|
||||
"range_width_pct": 0.10
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PancakeSwap V3 (BNB Chain) - WBNB/USDT",
|
||||
"chain": "BSC",
|
||||
"pool_address": "0x36696169C63e42cd08ce11f5deeBbCeBae652050",
|
||||
"fee_tier": 100,
|
||||
"simulation": {
|
||||
"investment_usd": 10000,
|
||||
"range_width_pct": 0.10
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Uniswap V3 (Base) - WETH/USDC",
|
||||
"chain": "BASE",
|
||||
"pool_address": "0xd0b53d9277642d899df5c87a3966a349a798f224",
|
||||
"fee_tier": 500,
|
||||
"simulation": {
|
||||
"investment_usd": 10000,
|
||||
"range_width_pct": 0.10
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Aerodrome SlipStream (Base) - WETH/USDC (TS=1)",
|
||||
"chain": "BASE",
|
||||
"pool_address": "0xdbc6998296caA1652A810dc8D3BaF4A8294330f1",
|
||||
"is_aerodrome": true,
|
||||
"tick_spacing": 1,
|
||||
"simulation": {
|
||||
"investment_usd": 10000,
|
||||
"range_width_pct": 0.10
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Aerodrome SlipStream (Base) - WETH/USDC (TS=100)",
|
||||
"chain": "BASE",
|
||||
"pool_address": "0xb2cc224c1c9feE385f8ad6a55b4d94E92359DC59",
|
||||
"is_aerodrome": true,
|
||||
"tick_spacing": 100,
|
||||
"simulation": {
|
||||
"investment_usd": 10000,
|
||||
"range_width_pct": 0.10
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user