mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
9c328ab05e
commit
a9557035ca
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user