mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Fix Thundercore Test Net Scanner for metamask added explorer id * Update _data/chains/eip155-18.json Co-authored-by: ligi <ligi@ligi.de>
25 lines
522 B
JSON
25 lines
522 B
JSON
{
|
|
"name": "ThunderCore Testnet",
|
|
"chain": "TST",
|
|
"rpc": [
|
|
"https://testnet-rpc.thundercore.com"
|
|
],
|
|
"faucets": [
|
|
"https://faucet-testnet.thundercore.com"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "ThunderCore Testnet Ether",
|
|
"symbol": "TST",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://thundercore.com",
|
|
"shortName": "TST",
|
|
"chainId": 18,
|
|
"networkId": 18,
|
|
"explorers": [{
|
|
"name": "ThundercoreTestNetScanner",
|
|
"url": "https://scan-testnet.thundercore.com",
|
|
"standard": "none"
|
|
}]
|
|
}
|