From f219a1730e302a113116067baa45e839a1326c3b Mon Sep 17 00:00:00 2001 From: Dev Cizz <70370489+kawisin@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:56:09 +0700 Subject: [PATCH] New chain id (#698) --- eip155-9100.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 eip155-9100.json diff --git a/eip155-9100.json b/eip155-9100.json new file mode 100644 index 00000000..12a64dd7 --- /dev/null +++ b/eip155-9100.json @@ -0,0 +1,19 @@ +{ + "name": "Genesis Coin", + "chain": "Genesis", + "network": "Genesis Coin", + "rpc": [ + "https://genesis-gn.com", + "wss://genesis-gn.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "GN Coin", + "symbol": "GNC", + "decimals": 18 + }, + "infoURL": "https://genesis-gn.com", + "shortName": "GENEC", + "chainId": 9100, + "networkId": 9100 +} \ No newline at end of file