From aa35ff330ea62093dab904dcd8031b3f2bff59dc Mon Sep 17 00:00:00 2001 From: nenadV91 Date: Tue, 3 May 2022 15:52:02 +0200 Subject: [PATCH] Update xDai token distro address --- src/custom/constants/tokens/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom/constants/tokens/index.ts b/src/custom/constants/tokens/index.ts index fa74c4644f..1aedd3336d 100644 --- a/src/custom/constants/tokens/index.ts +++ b/src/custom/constants/tokens/index.ts @@ -145,7 +145,7 @@ export const ADDRESS_IMAGE_OVERRIDE = { export const MERKLE_DROP_CONTRACT_ADDRESSES: Record = { [SupportedChainId.MAINNET]: '0x64646f112FfD6F1B7533359CFaAF7998F23C8c40', [SupportedChainId.RINKEBY]: '0x5444c4AFb2ec7f7367C10F7732b8558650c5899F', - [SupportedChainId.XDAI]: '0x3d610e917130f9D036e85A030596807f57e11093', + [SupportedChainId.XDAI]: '0x48D8566887F8c7d99757CE29c2cD39962bfd9547', } export const TOKEN_DISTRO_CONTRACT_ADDRESSES: Record = {