mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
1e5dde3769
* add Thinkium Network * update Thinkium Network * update Thinkium Network Co-authored-by: gansheng <562979315@qq.com>
25 lines
580 B
JSON
25 lines
580 B
JSON
{
|
|
"name": "Thinkium Testnet Chain 0",
|
|
"chain": "Thinkium",
|
|
"network": "testnet",
|
|
"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"
|
|
}]
|
|
} |