Skip to content

Commit

Permalink
add ENS registry, slip44 for Harmony mainnet, fix RPC urls and explor…
Browse files Browse the repository at this point in the history
…er links, remove unused shards
  • Loading branch information
mur-me committed Jul 31, 2023
1 parent cb2ce60 commit a1faa14
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 47 deletions.
15 changes: 13 additions & 2 deletions _data/chains/eip155-1666600000.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
{
"name": "Harmony Mainnet Shard 0",
"chain": "Harmony",
"rpc": ["https://api.harmony.one", "https://api.s0.t.hmny.io"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"rpc": [
"https://api.harmony.one",
"https://a.api.s0.t.hmny.io",
"https://api.s0.t.hmny.io",
"https://rpc.ankr.com/harmony",
"https://harmony.api.onfinality.io/public",
"https://1rpc.io/one"
],
"faucets": [],
"nativeCurrency": {
"name": "ONE",
"symbol": "ONE",
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"slip44": 1023,
"ens": {
"registry": "0x4cd2563118e57b19179d8dc033f2b0c5b5d69ff5"
},
"shortName": "hmy-s0",
"chainId": 1666600000,
"networkId": 1666600000,
Expand Down
10 changes: 9 additions & 1 deletion _data/chains/eip155-1666600001.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"slip44": 1023,
"shortName": "hmy-s1",
"chainId": 1666600001,
"networkId": 1666600001
"networkId": 1666600001,
"explorers": [
{
"name": "Harmony Block Explorer",
"url": "https://explorer.harmony.one/blocks/shard/1",
"standard": "none"
}
]
}
10 changes: 9 additions & 1 deletion _data/chains/eip155-1666600002.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"slip44": 1023,
"shortName": "hmy-s2",
"chainId": 1666600002,
"networkId": 1666600002
"networkId": 1666600002,
"explorers": [
{
"name": "Harmony Block Explorer",
"url": "https://explorer.harmony.one/blocks/shard/2",
"standard": "none"
}
]
}
10 changes: 9 additions & 1 deletion _data/chains/eip155-1666600003.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"slip44": 1023,
"shortName": "hmy-s3",
"chainId": 1666600003,
"networkId": 1666600003
"networkId": 1666600003,
"explorers": [
{
"name": "Harmony Block Explorer",
"url": "https://explorer.harmony.one/blocks/shard/3",
"standard": "none"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-1666700000.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"explorers": [
{
"name": "Harmony Testnet Block Explorer",
"url": "https://explorer.pops.one",
"url": "https://explorer.testnet.harmony.one",
"standard": "EIP3091"
}
]
Expand Down
11 changes: 9 additions & 2 deletions _data/chains/eip155-1666700001.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Harmony Testnet Shard 1",
"chain": "Harmony",
"rpc": ["https://api.s1.b.hmny.io"],
"faucets": [],
"faucets": ["https://faucet.pops.one"],
"nativeCurrency": {
"name": "ONE",
"symbol": "ONE",
Expand All @@ -11,5 +11,12 @@
"infoURL": "https://www.harmony.one/",
"shortName": "hmy-b-s1",
"chainId": 1666700001,
"networkId": 1666700001
"networkId": 1666700001,
"explorers": [
{
"name": "Harmony Block Explorer",
"url": "https://explorer.testnet.harmony.one",
"standard": "none"
}
]
}
15 changes: 0 additions & 15 deletions _data/chains/eip155-1666700002.json

This file was deleted.

15 changes: 0 additions & 15 deletions _data/chains/eip155-1666700003.json

This file was deleted.

12 changes: 3 additions & 9 deletions _data/chains/eip155-1666900000.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Harmony Devnet Shard 0",
"chain": "Harmony",
"rpc": ["https://api.s1.ps.hmny.io", "https://api.s1.ps.hmny.io"],
"faucets": ["http://dev.faucet.easynode.one/"],
"rpc": ["https://api.s1.ps.hmny.io"],
"faucets": [],
"nativeCurrency": {
"name": "ONE",
"symbol": "ONE",
Expand All @@ -12,11 +12,5 @@
"shortName": "hmy-ps-s0",
"chainId": 1666900000,
"networkId": 1666900000,
"explorers": [
{
"name": "Harmony Block Explorer",
"url": "https://explorer.ps.hmny.io",
"standard": "EIP3091"
}
]
"explorers": []
}

0 comments on commit a1faa14

Please sign in to comment.