From a22e01e9f09a54e7b89cfcb0a79be885e15391b5 Mon Sep 17 00:00:00 2001 From: luc Date: Wed, 10 Sep 2025 21:55:52 -0600 Subject: [PATCH] Create eip155-9601.json --- _data/chains/eip155-9601.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/chains/eip155-9601.json diff --git a/_data/chains/eip155-9601.json b/_data/chains/eip155-9601.json new file mode 100644 index 000000000000..fe26dccb671d --- /dev/null +++ b/_data/chains/eip155-9601.json @@ -0,0 +1,15 @@ +{ + "name": "Umotu Testnet", + "chain": "UMTt", + "rpc": ["https://rpc.testnet.umotu.com"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { "name": "Umotu Testnet", "symbol": "tUMT", "decimals": 18 }, + "infoURL": "https://umotu.com", + "shortName": "umotu-t", + "chainId": 9601, + "networkId": 9601, + "explorers": [ + { "name": "umotu-scan-testnet", "url": "https://explorer.testnet.umotu.com", "standard": "EIP3091" } + ], + "faucets": ["https://faucet.testnet.umotu.com"] +}