mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
23 lines
534 B
JSON
23 lines
534 B
JSON
{
|
|
"name": "ThunderCore Testnet",
|
|
"chain": "TST",
|
|
"rpc": ["https://testnet-rpc.thundercore.com"],
|
|
"faucets": ["https://faucet-testnet.thundercore.com"],
|
|
"nativeCurrency": {
|
|
"name": "ThunderCore Testnet Token",
|
|
"symbol": "TST",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://thundercore.com",
|
|
"shortName": "TST",
|
|
"chainId": 18,
|
|
"networkId": 18,
|
|
"explorers": [
|
|
{
|
|
"name": "thundercore-blockscout-testnet",
|
|
"url": "https://explorer-testnet.thundercore.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|