From e71f896aee705440808e340408b019acdeff3ae7 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 21 Sep 2023 13:03:49 -0700 Subject: [PATCH] Add Multicall and Swap Souter address --- src/constants/addresses.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants/addresses.ts b/src/constants/addresses.ts index 2fadaf17f..99b1981e5 100644 --- a/src/constants/addresses.ts +++ b/src/constants/addresses.ts @@ -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 = { @@ -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 = {