From b1099618ddc525a24cf41d00b3254342849cc646 Mon Sep 17 00:00:00 2001 From: AMI <70102538+Airpote@users.noreply.github.com> Date: Sun, 17 Aug 2025 13:35:34 +0200 Subject: [PATCH] Update 1001.json --- src/chains/1001.json | 46 +++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/src/chains/1001.json b/src/chains/1001.json index 1bb1b6c..c154ce2 100644 --- a/src/chains/1001.json +++ b/src/chains/1001.json @@ -1,39 +1,41 @@ { "chainId": 1001, - "name": "Kaia Kairos Testnet", + "name": "Martian Chain", "rpc": [ - "https://public-en-kairos.node.kaia.io", - "https://1001.rpc.thirdweb.com/${THIRDWEB_API_KEY}", - "https://public-en.kairos.node.kaia.io" + "rpc1.martianchain.com", + "rpc2.martianchain.com", + "rpc3.martianchain.com", + "rpc4.martianchain.com", + "rpc5.martianchain.com" + ], + "ws": [ "rpc-ws1.martianchain.com", + "rpc-ws2.martianchain.com", + "rpc-ws3.martianchain.com", + "rpc-ws4.martianchain.com", + "rpc-ws5.martianchain.com" ], - "ws": [], "explorers": [ { - "name": "Kaiascope", - "url": "https://kairos.kaiascope.com" - }, - { - "name": "Kaiascan", - "url": "https://kairos.kaiascan.io" + "name": "Subnets Explorer", + "url": "https://subnets.avax.network/subnets/28aQXYENwytzxEwyYMZDtGjpUmP67eWkyoHdGGyid6gEACeg9x" }, { - "name": "Klaytnscope", - "url": "https://baobab.klaytnscope.com" + "name": "Routescan", + "url": "https://devnet.routescan.io/?rpc=https://rpc1.martianchain.com" }, { - "name": "Klaytnfinder", - "url": "https://baobab.klaytnfinder.io" + "name": "ErolExplorer", + "url": "https://explorer.martianchain.com" } ], "nativeCurrency": { - "name": "KAIA", - "symbol": "KLAY", + "name": "Erol Musk", + "symbol": "EROL", "decimals": 18 }, - "website": "https://kaia.io/", - "icon": null, - "testnet": true, + "website": "https://martianchain.com", + "icon": "1001.svg", "faucets": [ - "https://faucet.kaia.io" + "https://app.ami.finance/" ] -} \ No newline at end of file +}