chains/_data/chains/eip155-60000.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

23 lines
494 B
JSON

{
"name": "Thinkium Testnet Chain 0",
"chain": "Thinkium",
"rpc": ["https://test.thinkiumrpc.net/"],
"faucets": ["https://www.thinkiumdev.net/faucet"],
"nativeCurrency": {
"name": "TKM",
"symbol": "TKM",
"decimals": 18
},
"infoURL": "https://thinkium.net/",
"shortName": "TKM-test0",
"chainId": 60000,
"networkId": 60000,
"explorers": [
{
"name": "thinkiumscan",
"url": "https://test0.thinkiumscan.net",
"standard": "EIP3091"
}
]
}