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",
"network": "mainnet",
"rpc": [
"https://rpc.mainnet.aurora.dev:8545"
],
"faucets": [
],
"faucets": [],
"nativeCurrency": {
"name": "NEAR",
"symbol": "NEAR",
"decimals": 24
"name": "Ether",
"symbol": "aETH",
"decimals": 18
},
"infoURL": "https://near.org/",
"shortName": "near",
"infoURL": "https://aurora.dev",
"shortName": "aurora",
"chainId": 1313161554,
"networkId": 1313161554
}

View File

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

View File

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