From a4c03df84c2f0586cbcadb830d028ae058f92c25 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Fri, 5 Feb 2021 02:15:50 -0800 Subject: [PATCH] add harmony mainnet chain IDs (#155) * add harmony mainnet chain IDs * differentiate shortnames --- _data/chains/eip155-1666600000.json | 19 +++++++++++++++++++ _data/chains/eip155-1666600001.json | 19 +++++++++++++++++++ _data/chains/eip155-1666600002.json | 19 +++++++++++++++++++ _data/chains/eip155-1666600003.json | 19 +++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 _data/chains/eip155-1666600000.json create mode 100644 _data/chains/eip155-1666600001.json create mode 100644 _data/chains/eip155-1666600002.json create mode 100644 _data/chains/eip155-1666600003.json diff --git a/_data/chains/eip155-1666600000.json b/_data/chains/eip155-1666600000.json new file mode 100644 index 00000000..01b727eb --- /dev/null +++ b/_data/chains/eip155-1666600000.json @@ -0,0 +1,19 @@ +{ + "name": "Harmony Mainnet Shard 0", + "chain": "Harmony", + "network": "mainnet", + "rpc": [ + "https://rpc.s0.t.hmny.io" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "ONE", + "symbol": "ONE", + "decimals": 18 + }, + "infoURL": "https://www.harmony.one/", + "shortName": "hmy-s0", + "chainId": 1666600000, + "networkId": 1666600000 +} diff --git a/_data/chains/eip155-1666600001.json b/_data/chains/eip155-1666600001.json new file mode 100644 index 00000000..8caa1872 --- /dev/null +++ b/_data/chains/eip155-1666600001.json @@ -0,0 +1,19 @@ +{ + "name": "Harmony Mainnet Shard 1", + "chain": "Harmony", + "network": "mainnet", + "rpc": [ + "https://rpc.s1.t.hmny.io" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "ONE", + "symbol": "ONE", + "decimals": 18 + }, + "infoURL": "https://www.harmony.one/", + "shortName": "hmy-s1", + "chainId": 1666600001, + "networkId": 1666600001 +} diff --git a/_data/chains/eip155-1666600002.json b/_data/chains/eip155-1666600002.json new file mode 100644 index 00000000..e21f9021 --- /dev/null +++ b/_data/chains/eip155-1666600002.json @@ -0,0 +1,19 @@ +{ + "name": "Harmony Mainnet Shard 2", + "chain": "Harmony", + "network": "mainnet", + "rpc": [ + "https://rpc.s2.t.hmny.io" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "ONE", + "symbol": "ONE", + "decimals": 18 + }, + "infoURL": "https://www.harmony.one/", + "shortName": "hmy-s2", + "chainId": 1666600002, + "networkId": 1666600002 +} diff --git a/_data/chains/eip155-1666600003.json b/_data/chains/eip155-1666600003.json new file mode 100644 index 00000000..49d813a1 --- /dev/null +++ b/_data/chains/eip155-1666600003.json @@ -0,0 +1,19 @@ +{ + "name": "Harmony Mainnet Shard 3", + "chain": "Harmony", + "network": "mainnet", + "rpc": [ + "https://rpc.s3.t.hmny.io" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "ONE", + "symbol": "ONE", + "decimals": 18 + }, + "infoURL": "https://www.harmony.one/", + "shortName": "hmy-s3", + "chainId": 1666600003, + "networkId": 1666600003 +}