mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add harmony mainnet chain IDs (#155)
* add harmony mainnet chain IDs * differentiate shortnames
This commit is contained in:
parent
01935a2db5
commit
a4c03df84c
19
_data/chains/eip155-1666600000.json
Normal file
19
_data/chains/eip155-1666600000.json
Normal file
|
@ -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
|
||||
}
|
19
_data/chains/eip155-1666600001.json
Normal file
19
_data/chains/eip155-1666600001.json
Normal file
|
@ -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
|
||||
}
|
19
_data/chains/eip155-1666600002.json
Normal file
19
_data/chains/eip155-1666600002.json
Normal file
|
@ -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
|
||||
}
|
19
_data/chains/eip155-1666600003.json
Normal file
19
_data/chains/eip155-1666600003.json
Normal file
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user