chains/_data/chains/eip155-60001.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
495 B
JSON

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