From 25d8ab415b8eb52350d56a65b698a2a8f6b89b21 Mon Sep 17 00:00:00 2001 From: freeelancer Date: Fri, 15 Aug 2025 12:32:02 +0800 Subject: [PATCH 1/2] Add MANTRACHAIN Testnet (5887) configurations with icons --- _data/chains/eip155-5887.json | 30 ++++++++++++++++++++++++++++++ _data/icons/om.json | 8 ++++++++ 2 files changed, 38 insertions(+) create mode 100644 _data/chains/eip155-5887.json create mode 100644 _data/icons/om.json diff --git a/_data/chains/eip155-5887.json b/_data/chains/eip155-5887.json new file mode 100644 index 000000000000..ed0bebe9eed2 --- /dev/null +++ b/_data/chains/eip155-5887.json @@ -0,0 +1,30 @@ +{ + "name": "MANTRACHAIN Testnet", + "chain": "Dukong", + "rpc": [ + "https://evm.dukong.mantrachain.io", + "wss://evm.dukong.mantrachain.io/ws" + ], + "faucets": [ + "https://faucet.dukong.mantrachain.io" + ], + "nativeCurrency": { + "name": "OM", + "symbol": "OM", + "decimals": 18 + }, + "infoURL": "https://mantrachain.io", + "shortName": "dukong", + "chainId": 5887, + "networkId": 5887, + "slip44": 1, + "icon": "om", + "explorers": [ + { + "name": "Dukong Explorer", + "url": "http://mantrascan.io", + "standard": "none", + "icon": "om" + } + ] +} diff --git a/_data/icons/om.json b/_data/icons/om.json new file mode 100644 index 000000000000..25fb8b3a00cd --- /dev/null +++ b/_data/icons/om.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu", + "width": 120, + "height": 120, + "format": "png" + } +] From 3eb47cfc088f59687aa7c6a3d0bbdf4c42d95e1c Mon Sep 17 00:00:00 2001 From: freeelancer Date: Tue, 19 Aug 2025 10:25:30 +0800 Subject: [PATCH 2/2] fix(lint): code style issue --- _data/chains/eip155-5887.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_data/chains/eip155-5887.json b/_data/chains/eip155-5887.json index ed0bebe9eed2..700ea59d4808 100644 --- a/_data/chains/eip155-5887.json +++ b/_data/chains/eip155-5887.json @@ -5,9 +5,7 @@ "https://evm.dukong.mantrachain.io", "wss://evm.dukong.mantrachain.io/ws" ], - "faucets": [ - "https://faucet.dukong.mantrachain.io" - ], + "faucets": ["https://faucet.dukong.mantrachain.io"], "nativeCurrency": { "name": "OM", "symbol": "OM",