Fix Thundercore Test Net Scanner for metamask

added explorer id
This commit is contained in:
ErazerTriplet3 2022-03-12 04:19:22 +00:00 committed by GitHub
parent 30f6ad92d0
commit fa959351c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,10 @@
"infoURL": "https://thundercore.com",
"shortName": "TST",
"chainId": 18,
"networkId": 18
}
"networkId": 18,
"explorers": [{
"name": "ThundercoreTestNetScanner",
"url": "https://scan-testnet.thundercore.com/",
"standard": "EIP3091"
}]
}