From 6747a2617b07d11d671ab50cb0ef9d2154ff2d97 Mon Sep 17 00:00:00 2001 From: Ethan Reesor Date: Fri, 25 Oct 2024 08:32:33 -0500 Subject: [PATCH] Accumulate Kermit (#6066) * Accumulate Kermit * Short name --- _data/chains/eip155-2478899481.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-2478899481.json diff --git a/_data/chains/eip155-2478899481.json b/_data/chains/eip155-2478899481.json new file mode 100644 index 000000000000..ad20357a1f63 --- /dev/null +++ b/_data/chains/eip155-2478899481.json @@ -0,0 +1,24 @@ +{ + "name": "Accumulate Kermit", + "shortName": "Kermit", + "title": "Accumulate Kermit Testnet", + "chain": "Accumulate", + "chainId": 2478899481, + "networkId": 2478899481, + "infoURL": "https://accumulate.org", + "slip44": 2147483929, + "rpc": ["https://kermit.accumulatenetwork.io/eth"], + "nativeCurrency": { + "name": "ACME", + "symbol": "ACME", + "decimals": 18 + }, + "faucets": ["https://kermit.explorer.accumulatenetwork.io/faucet"], + "explorers": [ + { + "name": "accumulate-explorer-kermit", + "url": "https://kermit.explorer.accumulatenetwork.io", + "standard": "EIP3091" + } + ] +}