feat: expand non-evm relay and route planning support
This commit is contained in:
@@ -175,15 +175,30 @@ For ChainID 138, configure DODO PoolManager address:
|
||||
|
||||
```bash
|
||||
CHAIN_138_DODO_POOL_MANAGER=0x...
|
||||
CHAIN_138_UNISWAP_V2_FACTORY=0x0C30F6e67Ab3667fCc2f5CEA8e274ef1FB920279
|
||||
CHAIN_138_UNISWAP_V2_ROUTER=0x3019A7fDc76ba7F64F18d78e66842760037ee638
|
||||
CHAIN_138_UNISWAP_V2_START_BLOCK=4041370
|
||||
CHAIN_138_SUSHISWAP_FACTORY=0x2871207ff0d56089D70c0134d33f1291B6Fce0BE
|
||||
CHAIN_138_SUSHISWAP_ROUTER=0xB37b93D38559f53b62ab020A14919f2630a1aE34
|
||||
CHAIN_138_SUSHISWAP_START_BLOCK=4041495
|
||||
```
|
||||
|
||||
For ChainID 651940, configure DEX factories as they are discovered:
|
||||
|
||||
```bash
|
||||
CHAIN_651940_UNISWAP_V2_FACTORY=0x...
|
||||
CHAIN_651940_UNISWAP_V2_ROUTER=0x...
|
||||
CHAIN_651940_UNISWAP_V2_START_BLOCK=0
|
||||
CHAIN_651940_UNISWAP_V3_FACTORY=0x...
|
||||
CHAIN_651940_UNISWAP_V3_ROUTER=0x...
|
||||
CHAIN_651940_UNISWAP_V3_START_BLOCK=0
|
||||
CHAIN_651940_HYDX_FACTORY=0x...
|
||||
CHAIN_651940_HYDX_ROUTER=0x...
|
||||
CHAIN_651940_HYDX_START_BLOCK=0
|
||||
```
|
||||
|
||||
The canonical ALL Mainnet non-DODO inventory is also tracked in the parent repo at `config/allmainnet-non-dodo-protocol-surface.json`.
|
||||
|
||||
## Monitoring
|
||||
|
||||
### Health Checks
|
||||
|
||||
Reference in New Issue
Block a user