From fa959351c8b979cd710e7ce5e894d50ba6c69861 Mon Sep 17 00:00:00 2001 From: ErazerTriplet3 <97326903+ErazerTriplet3@users.noreply.github.com> Date: Sat, 12 Mar 2022 04:19:22 +0000 Subject: [PATCH] Fix Thundercore Test Net Scanner for metamask added explorer id --- _data/chains/eip155-18.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-18.json b/_data/chains/eip155-18.json index d4911d6a..641705ce 100644 --- a/_data/chains/eip155-18.json +++ b/_data/chains/eip155-18.json @@ -15,5 +15,10 @@ "infoURL": "https://thundercore.com", "shortName": "TST", "chainId": 18, - "networkId": 18 -} \ No newline at end of file + "networkId": 18, + "explorers": [{ + "name": "ThundercoreTestNetScanner", + "url": "https://scan-testnet.thundercore.com/", + "standard": "EIP3091" + }] +}