From a6ac079cb16a3a91d63b77e735341d524a55511c Mon Sep 17 00:00:00 2001 From: AurelienFT <32803821+AurelienFT@users.noreply.github.com> Date: Wed, 22 May 2024 13:58:07 +0200 Subject: [PATCH] change mns contract for mainnet (#611) --- packages/web3-utils/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web3-utils/src/constants.ts b/packages/web3-utils/src/constants.ts index 07d49659..3d7a2ce4 100644 --- a/packages/web3-utils/src/constants.ts +++ b/packages/web3-utils/src/constants.ts @@ -79,7 +79,7 @@ export const CHAIN_ID_RPC_URL_MAP = { export const CHAIN_ID_DNS_ADDRESS_MAP = { [MAINNET_CHAIN_ID.toString()]: - 'AS12mdKsjAqcWC5DjabWZp7tG9s5wgkrwDGDuh6xUCSc53SrmfY9r', + 'AS1q5hUfxLXNXLKsYQVXZLK7MPUZcWaNZZsK7e9QzqhGdAgLpUGT', [BUILDNET_CHAIN_ID.toString()]: 'AS12qKAVjU1nr66JSkQ6N4Lqu4iwuVc6rAbRTrxFoynPrPdP1sj3G', } as const // type is inferred as the specific, unchangeable structure