From f1e519a97b635b1711f716229b04ff25a80f8b5d Mon Sep 17 00:00:00 2001 From: ErazerTriplet3 <97326903+ErazerTriplet3@users.noreply.github.com> Date: Sat, 12 Mar 2022 04:13:16 +0000 Subject: [PATCH] Fix scanner for metamask Added scanner section to allow metamask scanner to work --- _data/chains/eip155-108.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-108.json b/_data/chains/eip155-108.json index 5391bbf6..46ba0c1c 100644 --- a/_data/chains/eip155-108.json +++ b/_data/chains/eip155-108.json @@ -17,4 +17,10 @@ "chainId": 108, "networkId": 108, "slip44": 1001 -} \ No newline at end of file + + "explorers": [{ + "name": "ThundercoreScan", + "url": "https://scan.thundercore.com/", + "standard": "EIP3091" + }] +}