mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update Aurora explorer and symbol to remove MM warning.
This commit is contained in:
parent
31aa00db97
commit
47c2e557d8
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Aurora MainNet",
|
"name": "Aurora Mainnet",
|
||||||
"chain": "NEAR",
|
"chain": "NEAR",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://mainnet.aurora.dev"
|
"https://mainnet.aurora.dev"
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Ether",
|
"name": "Ether",
|
||||||
"symbol": "aETH",
|
"symbol": "ETH",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://aurora.dev",
|
"infoURL": "https://aurora.dev",
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
"networkId": 1313161554,
|
"networkId": 1313161554,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "explorer.aurora.dev",
|
"name": "aurorascan.dev",
|
||||||
"url": "https://explorer.mainnet.aurora.dev",
|
"url": "https://aurorascan.dev",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Aurora TestNet",
|
"name": "Aurora Testnet",
|
||||||
"chain": "NEAR",
|
"chain": "NEAR",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://testnet.aurora.dev/"
|
"https://testnet.aurora.dev/"
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Ether",
|
"name": "Ether",
|
||||||
"symbol": "aETH",
|
"symbol": "ETH",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://aurora.dev",
|
"infoURL": "https://aurora.dev",
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
"networkId": 1313161555,
|
"networkId": 1313161555,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "explorer.aurora.dev",
|
"name": "aurorascan.dev",
|
||||||
"url": "https://explorer.testnet.aurora.dev",
|
"url": "https://testnet.aurorascan.dev",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Aurora BetaNet",
|
"name": "Aurora Betanet",
|
||||||
"chain": "NEAR",
|
"chain": "NEAR",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://betanet.aurora.dev/"
|
"https://betanet.aurora.dev/"
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Ether",
|
"name": "Ether",
|
||||||
"symbol": "aETH",
|
"symbol": "ETH",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://aurora.dev",
|
"infoURL": "https://aurora.dev",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user