mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update explorer on Avalanche
This commit is contained in:
parent
b85fcbf761
commit
3361beec54
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user