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",
|
"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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user