Adjust Harmony RPC's (#1061)

This commit is contained in:
Ernesto García 2022-04-08 05:58:49 -07:00 committed by GitHub
parent 8588b8d5f8
commit e6f58d5318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,8 @@
"name": "Harmony Mainnet Shard 0",
"chain": "Harmony",
"rpc": [
"https://api.harmony.one"
"https://api.harmony.one",
"https://api.s0.t.hmny.io"
],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"nativeCurrency": {

View File

@ -2,7 +2,7 @@
"name": "Harmony Mainnet Shard 1",
"chain": "Harmony",
"rpc": [
"https://s1.api.harmony.one"
"https://api.s1.t.hmny.io"
],
"faucets": [
],

View File

@ -2,7 +2,7 @@
"name": "Harmony Mainnet Shard 2",
"chain": "Harmony",
"rpc": [
"https://s2.api.harmony.one"
"https://api.s2.t.hmny.io"
],
"faucets": [
],

View File

@ -2,7 +2,7 @@
"name": "Harmony Mainnet Shard 3",
"chain": "Harmony",
"rpc": [
"https://s3.api.harmony.one"
"https://api.s3.t.hmny.io"
],
"faucets": [
],