Add explorer to Telos EVM Mainnet (#556)

This commit is contained in:
Jesse Schulman 2021-11-11 06:13:56 -08:00 committed by GitHub
parent 5d3d2fc702
commit c51df25fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,10 @@
"infoURL": "https://telos.net",
"shortName": "Telos EVM",
"chainId": 40,
"networkId": 40
"networkId": 40,
"explorers": [{
"name": "teloscan",
"url": "https://teloscan.io",
"standard": "EIP3091"
}]
}