From ed0bc8dba09a7f4b394442d43fe481bfa4329e12 Mon Sep 17 00:00:00 2001 From: David W3stside Date: Thu, 7 Oct 2021 12:39:22 +0100 Subject: [PATCH] add new multicall xdai address --- src/custom/constants/addresses.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/custom/constants/addresses.ts b/src/custom/constants/addresses.ts index 86b385e92..c95052e3f 100644 --- a/src/custom/constants/addresses.ts +++ b/src/custom/constants/addresses.ts @@ -3,7 +3,7 @@ import { SupportedChainId } from 'constants/chains' export * from '@src/constants/addresses' -export const MULTICALL2_ADDRESSES: AddressMap = { +export const MULTICALL_ADDRESS: AddressMap = { ...MULTICALL2_ADDRESSES_UNI, - [SupportedChainId.XDAI]: '0x08612d3C4A5Dfe2FaaFaFe6a4ff712C2dC675bF7', + [SupportedChainId.XDAI]: '0x0f41c16b8ad27c11f181eca85f0941868c1297af', }