Skip to content

Commit

Permalink
change mns contract for mainnet (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT authored May 22, 2024
1 parent e0a54ab commit a6ac079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-utils/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a6ac079

Please sign in to comment.