From f45c4a9f66e3a6001cbc54ae85686049667ab460 Mon Sep 17 00:00:00 2001 From: mineriafjs-crypto Date: Thu, 13 Aug 2026 16:47:29 -0600 Subject: [PATCH] =?UTF-8?q?Add=20SELEMAN=20Chain=20(chainId=2073571)=20?= =?UTF-8?q?=E2=80=94=20explorer=20live=20HTTP=20200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/chains/eip155-73571.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/chains/eip155-73571.json diff --git a/_data/chains/eip155-73571.json b/_data/chains/eip155-73571.json new file mode 100644 index 000000000000..8a432312ae00 --- /dev/null +++ b/_data/chains/eip155-73571.json @@ -0,0 +1,34 @@ +{ + "name": "SELEMAN Chain", + "chain": "SMN", + "rpc": [ + "https://seleman.monarcaproject.com/rpc", + "https://seleman-edge.mineriafjs.workers.dev/rpc", + "wss://seleman-ws.monarcaproject.com" + ], + "faucets": ["https://seleman.monarcaproject.com/trust-wallet"], + "nativeCurrency": { + "name": "SELEMAN", + "symbol": "SMN", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://seleman.monarcaproject.com/seleman-chain", + "shortName": "seleman", + "chainId": 73571, + "networkId": 73571, + "explorers": [ + { + "name": "seleman", + "url": "https://seleman.monarcaproject.com", + "standard": "EIP3091" + } + ] +}