fix: add telos testnet explorer link (#2864)

This commit is contained in:
Don 2023-05-19 17:04:13 -05:00 committed by GitHub
parent 32e3147736
commit 0ff0f4e0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,12 @@
"infoURL": "https://telos.net", "infoURL": "https://telos.net",
"shortName": "TelosEVMTestnet", "shortName": "TelosEVMTestnet",
"chainId": 41, "chainId": 41,
"networkId": 41 "networkId": 41,
"explorers": [
{
"name": "teloscan",
"url": "https://testnet.teloscan.io",
"standard": "EIP3091"
}
]
} }