From 96e1bead6b068d75e1ca6fe1578f3e9c77c3e4a0 Mon Sep 17 00:00:00 2001 From: Kitt Tientanopajai <44425189+kitt-tientanopajai@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:46:59 +0700 Subject: [PATCH] Add TBSI networks (#1763) * Create eip155-1708.json * Create eip155-1707.json * eip155-1707.json: add faucets * eip155-1708.json: fix duplicated short name --- _data/chains/eip155-1707.json | 16 ++++++++++++++++ _data/chains/eip155-1708.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-1707.json create mode 100644 _data/chains/eip155-1708.json diff --git a/_data/chains/eip155-1707.json b/_data/chains/eip155-1707.json new file mode 100644 index 00000000..d810a1ad --- /dev/null +++ b/_data/chains/eip155-1707.json @@ -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 +} diff --git a/_data/chains/eip155-1708.json b/_data/chains/eip155-1708.json new file mode 100644 index 00000000..01397856 --- /dev/null +++ b/_data/chains/eip155-1708.json @@ -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 +}