Skip to content

Commit

Permalink
Add Multicall and Swap Souter address
Browse files Browse the repository at this point in the history
  • Loading branch information
abarthell committed Sep 21, 2023
1 parent 163f7c2 commit e71f896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const MULTICALL_ADDRESS: AddressMap = {
[SupportedChainId.ARBITRUM_RINKEBY]: '0xa501c031958F579dB7676fF1CE78AD305794d579',
[SupportedChainId.CELO]: '0x633987602DE5C4F337e3DbF265303A1080324204',
[SupportedChainId.CELO_ALFAJORES]: '0x633987602DE5C4F337e3DbF265303A1080324204',
[SupportedChainId.BASE]: '0x091e99cb1C49331a94dD62755D168E941AbD0693',
}

export const SWAP_ROUTER_ADDRESSES: AddressMap = {
Expand All @@ -29,6 +30,7 @@ export const SWAP_ROUTER_ADDRESSES: AddressMap = {
]),
[SupportedChainId.CELO]: '0x5615CDAb10dc425a742d643d949a7F474C01abc4',
[SupportedChainId.CELO_ALFAJORES]: '0x5615CDAb10dc425a742d643d949a7F474C01abc4',
[SupportedChainId.BASE]: '0x2626664c2603336E57B271c5C0b26F421741e481',
}

export const ARGENT_WALLET_DETECTOR_ADDRESS: AddressMap = {
Expand Down

0 comments on commit e71f896

Please sign in to comment.