Update explorer on Avalanche (#539)

This commit is contained in:
Nan Thanwa 2021-11-08 14:49:23 +07:00 committed by GitHub
parent 646ff3b612
commit d65dc6b3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 6 deletions

View File

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

View File

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