chains/_data/chains/eip155-70001.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
456 B
JSON

{
"name": "Thinkium Mainnet Chain 1",
"chain": "Thinkium",
"rpc": ["https://proxy1.thinkiumrpc.net/"],
"faucets": [],
"nativeCurrency": {
"name": "TKM",
"symbol": "TKM",
"decimals": 18
},
"infoURL": "https://thinkium.net/",
"shortName": "TKM1",
"chainId": 70001,
"networkId": 70001,
"explorers": [
{
"name": "thinkiumscan",
"url": "https://chain1.thinkiumscan.net",
"standard": "EIP3091"
}
]
}