Update the NEAR chains (#259)

* Update the NEAR chains after the Aurora launch yesterday.

* Rename ETH to aETH for Aurora, per reviewer feedback.
This commit is contained in:
Arto Bendiken 2021-05-14 13:08:40 +03:00 committed by GitHub
parent 9c328ab05e
commit a9557035ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 25 deletions

View File

@ -1,18 +1,18 @@
{ {
"name": "NEAR MainNet", "name": "Aurora MainNet",
"chain": "NEAR", "chain": "NEAR",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.mainnet.aurora.dev:8545"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "NEAR", "name": "Ether",
"symbol": "NEAR", "symbol": "aETH",
"decimals": 24 "decimals": 18
}, },
"infoURL": "https://near.org/", "infoURL": "https://aurora.dev",
"shortName": "near", "shortName": "aurora",
"chainId": 1313161554, "chainId": 1313161554,
"networkId": 1313161554 "networkId": 1313161554
} }

View File

@ -1,19 +1,18 @@
{ {
"name": "NEAR TestNet", "name": "Aurora TestNet",
"chain": "NEAR", "chain": "NEAR",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://rpc.testnet.aurora.dev:8545"
], ],
"faucets": [ "faucets": [],
"https://wallet.testnet.near.org"
],
"nativeCurrency": { "nativeCurrency": {
"name": "NEAR", "name": "Ether",
"symbol": "tNEAR", "symbol": "aETH",
"decimals": 24 "decimals": 18
}, },
"infoURL": "https://near.org/", "infoURL": "https://aurora.dev",
"shortName": "neart", "shortName": "aurora-testnet",
"chainId": 1313161555, "chainId": 1313161555,
"networkId": 1313161555 "networkId": 1313161555
} }

View File

@ -1,18 +1,18 @@
{ {
"name": "NEAR BetaNet", "name": "Aurora BetaNet",
"chain": "NEAR", "chain": "NEAR",
"network": "betanet", "network": "betanet",
"rpc": [ "rpc": [
"https://rpc.betanet.aurora.dev:8545"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "NEAR", "name": "Ether",
"symbol": "bNEAR", "symbol": "aETH",
"decimals": 24 "decimals": 18
}, },
"infoURL": "https://near.org/", "infoURL": "https://aurora.dev",
"shortName": "nearb", "shortName": "aurora-betanet",
"chainId": 1313161556, "chainId": 1313161556,
"networkId": 1313161556 "networkId": 1313161556
} }