Update explorer on Avalanche

This commit is contained in:
Thanwa J 2021-11-04 12:43:58 +07:00
parent b85fcbf761
commit 3361beec54
No known key found for this signature in database
GPG Key ID: E39ECB8AFA78040B
2 changed files with 15 additions and 6 deletions

View File

@ -16,5 +16,12 @@
"infoURL": "https://cchain.explorer.avax-test.network", "infoURL": "https://cchain.explorer.avax-test.network",
"shortName": "Fuji", "shortName": "Fuji",
"chainId": 43113, "chainId": 43113,
"networkId": 1 "networkId": 1,
"explorers": [
{
"name": "snowtrace",
"url": "https://testnet.snowtrace.io/",
"standard": "EIP3091"
}
]
} }

View File

@ -16,9 +16,11 @@
"chainId": 43114, "chainId": 43114,
"networkId": 43114, "networkId": 43114,
"slip44": 9000, "slip44": 9000,
"explorers": [{ "explorers": [
"name": "blockscout", {
"url": "https://cchain.explorer.avax.network", "name": "snowtrace",
"standard": "none" "url": "https://snowtrace.io/",
}] "standard": "EIP3091"
}
]
} }