mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
555 B
JSON
25 lines
555 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"
|
|
}]
|
|
}
|