From f372e5e1f2e72bc8c13a2624199bf838aa6b590d Mon Sep 17 00:00:00 2001 From: MartinB <38029526+MartinBTM@users.noreply.github.com> Date: Fri, 17 Dec 2021 02:28:09 +0800 Subject: [PATCH 1/2] Create eip155-188.json (#679) create eip155-188.json --- _data/chains/eip155-188.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-188.json diff --git a/_data/chains/eip155-188.json b/_data/chains/eip155-188.json new file mode 100644 index 00000000..1fcdc2ca --- /dev/null +++ b/_data/chains/eip155-188.json @@ -0,0 +1,23 @@ +{ + "name": "BMC Mainnet", + "chain": "BMC", + "network": "mainnet", + "rpc": [ + "https://mainnet.bmcchain.com/" + ], + "faucets": [], + "nativeCurrency": { + "name": "BTM", + "symbol": "BTM", + "decimals": 18 + }, + "infoURL": "https://bmc.bytom.io/", + "shortName": "BMC", + "chainId": 188, + "networkId": 188, + "explorers": [{ + "name": "Blockmeta", + "url": "https://bmc.blockmeta.com/", + "standard": "none" + }] +} From ab884ed024500fff634ebd50c4d53b2afb26fb88 Mon Sep 17 00:00:00 2001 From: madmattman <35346049+madmattman@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:40:18 -0800 Subject: [PATCH 2/2] Create eip155-2021121117.json (#674) --- _data/chains/eip155-2021121117.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _data/chains/eip155-2021121117.json diff --git a/_data/chains/eip155-2021121117.json b/_data/chains/eip155-2021121117.json new file mode 100644 index 00000000..679a56bb --- /dev/null +++ b/_data/chains/eip155-2021121117.json @@ -0,0 +1,18 @@ +{ + "name": "DataHopper", + "chain": "HOP", + "network": "hopnet", + "rpc": [ + "https://23.92.21.121:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "DataHoppers", + "symbol": "HOP", + "decimals": 18 + }, + "infoURL": "https://www.DataHopper.com", + "shortName": "hop", + "chainId": 2021121117, + "networkId": 2021121117 +}