Fix scanner for metamask (#967)

* Fix scanner for metamask

Added scanner section to allow metamask scanner to work

* Update eip155-108.json

* Update _data/chains/eip155-108.json

* Update _data/chains/eip155-108.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
ErazerTriplet3 2022-03-12 07:27:51 +00:00 committed by GitHub
parent a478050008
commit ff922bd634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,11 @@
"shortName": "TT",
"chainId": 108,
"networkId": 108,
"slip44": 1001
}
"slip44": 1001,
"explorers": [{
"name": "ThundercoreScan",
"url": "https://scan.thundercore.com",
"standard": "none"
}]
}