From 9c001f0a47a9e3a32f4ee66568ff25bca94fded6 Mon Sep 17 00:00:00 2001 From: gentlebitcz <83515606+gentlebitcz@users.noreply.github.com> Date: Wed, 5 May 2021 15:24:38 +0200 Subject: [PATCH] Create eip155-10101.json (#240) * Create eip155-10101.json Hello, please add Blockchain Genesis Mainnet, thanks * Update eip155-10101.json i've removed explorer reference thanks --- _data/chains/eip155-10101.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _data/chains/eip155-10101.json diff --git a/_data/chains/eip155-10101.json b/_data/chains/eip155-10101.json new file mode 100644 index 00000000..eff89654 --- /dev/null +++ b/_data/chains/eip155-10101.json @@ -0,0 +1,20 @@ +{ + "name": "Blockchain Genesis Mainnet", + "chain": "GEN", + "network": "mainnet", + "rpc": [ + "https://eu.mainnet.xixoio.com", + "https://us.mainnet.xixoio.com", + "https://asia.mainnet.xixoio.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "GEN", + "symbol": "GEN", + "decimals": 18 + }, + "infoURL": "https://www.xixoio.com/", + "shortName": "GEN", + "chainId": 10101, + "networkId": 10101 +}