mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create eip155-1708.json * Create eip155-1707.json * eip155-1707.json: add faucets * eip155-1708.json: fix duplicated short name
17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"name": "TBSI Testnet",
|
|
"title": "Thai Blockchain Service Infrastructure Testnet",
|
|
"chain": "TBSI",
|
|
"rpc": ["https://rpc.testnet.blockchain.or.th"],
|
|
"faucets": ["https://faucet.blockchain.or.th"],
|
|
"nativeCurrency": {
|
|
"name": "Jinda",
|
|
"symbol": "JINDA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://blockchain.or.th",
|
|
"shortName": "tTBSI",
|
|
"chainId": 1708,
|
|
"networkId": 1708
|
|
}
|