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
456 B
JSON
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"
|
|
}
|
|
]
|
|
}
|