Fix Thundercore Test Net Scanner for metamask (#968)

* Fix Thundercore Test Net Scanner for metamask

added explorer id

* Update _data/chains/eip155-18.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
ErazerTriplet3 2022-03-12 07:48:46 +00:00 committed by GitHub
parent ff922bd634
commit a297d98cf3
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": "none"
}]
}