Add kovan explorer (#732)

This commit is contained in:
ligi 2022-01-05 10:20:10 +01:00 committed by GitHub
parent f107345b08
commit 8a719d1e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,13 @@
"symbol": "KOV", "symbol": "KOV",
"decimals": 18 "decimals": 18
}, },
"explorers": [{
"name": "etherscan",
"url": "https://kovan.etherscan.io",
"standard": "EIP3091"
}],
"infoURL": "https://kovan-testnet.github.io/website", "infoURL": "https://kovan-testnet.github.io/website",
"shortName": "kov", "shortName": "kov",
"chainId": 42, "chainId": 42,
"networkId": 42 "networkId": 42
} }