mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add TBSI networks (#1763)
* Create eip155-1708.json * Create eip155-1707.json * eip155-1707.json: add faucets * eip155-1708.json: fix duplicated short name
This commit is contained in:
parent
6e3f6dae75
commit
96e1bead6b
16
_data/chains/eip155-1707.json
Normal file
16
_data/chains/eip155-1707.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "TBSI Mainnet",
|
||||
"title": "Thai Blockchain Service Infrastructure Mainnet",
|
||||
"chain": "TBSI",
|
||||
"rpc": ["https://rpc.blockchain.or.th"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Jinda",
|
||||
"symbol": "JINDA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://blockchain.or.th",
|
||||
"shortName": "TBSI",
|
||||
"chainId": 1707,
|
||||
"networkId": 1707
|
||||
}
|
16
_data/chains/eip155-1708.json
Normal file
16
_data/chains/eip155-1708.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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
|
||||
}
|
Loading…
Reference in New Issue
Block a user