Update Energi mainnet and test RPC URL (#503)

* update energi rpc

* update energi testnet rpc symbol
This commit is contained in:
zalam003 2021-10-21 15:20:49 +06:00 committed by GitHub
parent 382df0fe96
commit aa8b0e2632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"chain": "NRG",
"network": "mainnet",
"rpc": [
"https://nodeapi.gen3.energi.network"
"https://nodeapi.energi.network"
],
"faucets": [],
"nativeCurrency": {
@ -16,4 +16,4 @@
"chainId": 39797,
"networkId": 39797,
"slip44": 39797
}
}

View File

@ -3,12 +3,12 @@
"chain": "NRG",
"network": "testnet",
"rpc": [
"https://nodeapi.test3.energi.network"
"https://nodeapi.test.energi.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Energi",
"symbol": "tNRG",
"symbol": "NRG",
"decimals": 18
},
"infoURL": "https://www.energi.world/",
@ -16,4 +16,4 @@
"chainId": 49797,
"networkId": 49797,
"slip44": 49797
}
}