chains/_data/chains/eip155-108.json
ErazerTriplet3 ff922bd634
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>
2022-03-12 08:27:51 +01:00

27 lines
510 B
JSON

{
"name": "ThunderCore Mainnet",
"chain": "TT",
"rpc": [
"https://mainnet-rpc.thundercore.com"
],
"faucets": [
"https://faucet.thundercore.com"
],
"nativeCurrency": {
"name": "ThunderCore Mainnet Ether",
"symbol": "TT",
"decimals": 18
},
"infoURL": "https://thundercore.com",
"shortName": "TT",
"chainId": 108,
"networkId": 108,
"slip44": 1001,
"explorers": [{
"name": "ThundercoreScan",
"url": "https://scan.thundercore.com",
"standard": "none"
}]
}