adding explorer urls for aurora main/test chains

This commit is contained in:
applestoapples 2022-01-14 22:40:13 -05:00
parent 214ecb3ff6
commit 1c80a6434c
2 changed files with 16 additions and 2 deletions

View File

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

View File

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