File tree Expand file tree Collapse file tree 3 files changed +8
-134
lines changed Expand file tree Collapse file tree 3 files changed +8
-134
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,14 @@ export const ENS_REGISTRAR_ADDRESSES = constructSameAddressMap('0x00000000000C2E
7171export const SOCKS_CONTROLLER_ADDRESSES = {
7272 [ ChainId . MAINNET ] : '0x65770b5283117639760beA3F867b69b3697a91dd' ,
7373}
74- export const SWAP_ROUTER_ADDRESSES = constructSameAddressMap ( '0xE592427A0AEce92De3Edee1F18E0157C05861564' )
74+ export const SWAP_ROUTER_ADDRESSES = {
75+ [ ChainId . MAINNET ] : '0xE592427A0AEce92De3Edee1F18E0157C05861564' ,
76+ [ ChainId . ROPSTEN ] : '0xE592427A0AEce92De3Edee1F18E0157C05861564' ,
77+ [ ChainId . RINKEBY ] : '0xE592427A0AEce92De3Edee1F18E0157C05861564' ,
78+ [ ChainId . GÖRLI ] : '0xE592427A0AEce92De3Edee1F18E0157C05861564' ,
79+ [ ChainId . KOVAN ] : '0xE592427A0AEce92De3Edee1F18E0157C05861564' ,
80+ [ ChainId . POLYGON_AMOY ] : '0xfee1FE242250C1b47D4AB0943667939b7a3Da5B5' ,
81+ }
7582export const V3_MIGRATOR_ADDRESSES = constructSameAddressMap ( '0xA5644E29708357803b5A882D272c41cC0dF92B34' )
7683
7784export enum SupportedChainId {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments