mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
adding explorer urls for aurora main/test chains
This commit is contained in:
parent
214ecb3ff6
commit
1c80a6434c
|
@ -13,5 +13,12 @@
|
||||||
"infoURL": "https://aurora.dev",
|
"infoURL": "https://aurora.dev",
|
||||||
"shortName": "aurora",
|
"shortName": "aurora",
|
||||||
"chainId": 1313161554,
|
"chainId": 1313161554,
|
||||||
"networkId": 1313161554
|
"networkId": 1313161554,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "explorer.aurora.dev",
|
||||||
|
"url": "https://explorer.mainnet.aurora.dev/",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,5 +13,12 @@
|
||||||
"infoURL": "https://aurora.dev",
|
"infoURL": "https://aurora.dev",
|
||||||
"shortName": "aurora-testnet",
|
"shortName": "aurora-testnet",
|
||||||
"chainId": 1313161555,
|
"chainId": 1313161555,
|
||||||
"networkId": 1313161555
|
"networkId": 1313161555,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "explorer.aurora.dev",
|
||||||
|
"url": "https://explorer.testnet.aurora.dev/",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user