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:
Kitt Tientanopajai 2022-11-02 09:46:59 +07:00 committed by GitHub
parent 6e3f6dae75
commit 96e1bead6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View 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
}

View 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
}