From c51df25fbf369875062847a916711da485fef354 Mon Sep 17 00:00:00 2001 From: Jesse Schulman Date: Thu, 11 Nov 2021 06:13:56 -0800 Subject: [PATCH] Add explorer to Telos EVM Mainnet (#556) --- _data/chains/eip155-40.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-40.json b/_data/chains/eip155-40.json index d58e4bb4..a84af434 100644 --- a/_data/chains/eip155-40.json +++ b/_data/chains/eip155-40.json @@ -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" + }] }