Update Aurora explorer and symbol to remove MM warning.

This commit is contained in:
Pierre-Alain 2022-03-11 16:11:11 +09:00
parent 31aa00db97
commit 47c2e557d8
3 changed files with 10 additions and 10 deletions

View File

@ -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"
} }
] ]

View File

@ -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"
} }
] ]

View File

@ -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",