mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
519 B
JSON
24 lines
519 B
JSON
{
|
|
"name": "ThaiChain",
|
|
"chain": "TCH",
|
|
"rpc": ["https://rpc.dome.cloud", "https://rpc.thaichain.org"],
|
|
"faucets": [],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"nativeCurrency": {
|
|
"name": "ThaiChain Ether",
|
|
"symbol": "TCH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://thaichain.io",
|
|
"shortName": "tch",
|
|
"chainId": 7,
|
|
"networkId": 7,
|
|
"explorers": [
|
|
{
|
|
"name": "Thaichain Explorer",
|
|
"url": "https://exp.thaichain.org",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|