diff --git a/constants/additionalChainRegistry/chainid-5887.js b/constants/additionalChainRegistry/chainid-5887.js index b91daa505e..022c1f3e78 100644 --- a/constants/additionalChainRegistry/chainid-5887.js +++ b/constants/additionalChainRegistry/chainid-5887.js @@ -1,7 +1,7 @@ export const data = { "name": "MANTRACHAIN Testnet", "chain": "Dukong", - "icon": "om", + "icon": "mantra", "rpc": [ "https://evm.dukong.mantrachain.io", "wss://evm.dukong.mantrachain.io/ws" @@ -10,8 +10,8 @@ export const data = { "https://faucet.dukong.mantrachain.io" ], "nativeCurrency": { - "name": "OM", - "symbol": "OM", + "name": "MANTRA", + "symbol": "MANTRA", "decimals": 18 }, "infoURL": "https://mantrachain.io", @@ -19,11 +19,17 @@ export const data = { "chainId": 5887, "networkId": 5887, "explorers": [ + { + "name": "Dukong Blockscout Explorer", + "url": "https://explorer.dukong.io", + "standard": "EIP3091", + "icon": "mantra" + }, { "name": "Dukong Explorer", - "url": "http://mantrascan.io", + "url": "http://mantrascan.io/dukong", "standard": "none", - "icon": "om" + "icon": "mantra" } ] }