chains/_data/chains/eip155-108.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

29 lines
613 B
JSON

{
"name": "ThunderCore Mainnet",
"chain": "TT",
"rpc": [
"https://mainnet-rpc.thundercore.com",
"https://mainnet-rpc.thundertoken.net",
"https://mainnet-rpc.thundercore.io"
],
"faucets": ["https://faucet.thundercore.com"],
"nativeCurrency": {
"name": "ThunderCore Token",
"symbol": "TT",
"decimals": 18
},
"infoURL": "https://thundercore.com",
"shortName": "TT",
"chainId": 108,
"networkId": 108,
"slip44": 1001,
"explorers": [
{
"name": "thundercore-viewblock",
"url": "https://viewblock.io/thundercore",
"standard": "EIP3091"
}
]
}