Add Harmony testnet shards (#205)

This commit is contained in:
a00a63 2021-04-02 18:20:23 +02:00 committed by GitHub
parent 933a5537dc
commit d9a37ce910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"name": "Harmony Testnet Shard 0",
"chain": "Harmony",
"network": "testnet",
"rpc": [
"https://api.s0.b.hmny.io"
],
"faucets": [
],
"nativeCurrency": {
"name": "ONE",
"symbol": "ONE",
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"shortName": "hmy-b-s0",
"chainId": 1666700000,
"networkId": 1666700000
}

View File

@ -0,0 +1,20 @@
{
"name": "Harmony Testnet Shard 1",
"chain": "Harmony",
"network": "testnet",
"rpc": [
"https://api.s1.b.hmny.io"
],
"faucets": [
],
"nativeCurrency": {
"name": "ONE",
"symbol": "ONE",
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"shortName": "hmy-b-s1",
"chainId": 1666700001,
"networkId": 1666700001
}

View File

@ -0,0 +1,20 @@
{
"name": "Harmony Testnet Shard 2",
"chain": "Harmony",
"network": "testnet",
"rpc": [
"https://api.s2.b.hmny.io"
],
"faucets": [
],
"nativeCurrency": {
"name": "ONE",
"symbol": "ONE",
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"shortName": "hmy-b-s2",
"chainId": 1666700002,
"networkId": 1666700002
}

View File

@ -0,0 +1,20 @@
{
"name": "Harmony Testnet Shard 3",
"chain": "Harmony",
"network": "testnet",
"rpc": [
"https://api.s3.b.hmny.io"
],
"faucets": [
],
"nativeCurrency": {
"name": "ONE",
"symbol": "ONE",
"decimals": 18
},
"infoURL": "https://www.harmony.one/",
"shortName": "hmy-b-s3",
"chainId": 1666700003,
"networkId": 1666700003
}