Deploying to gh-pages from @ ethereum-lists/chains@96e1bead6b 🚀

This commit is contained in:
ligi 2022-11-02 02:49:55 +00:00
parent 3cb89340c5
commit 300ffcae54
7 changed files with 92 additions and 2 deletions

File diff suppressed because one or more lines are too long

16
chains/eip155-1707.json Normal file
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
}

16
chains/eip155-1708.json Normal file
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
}

File diff suppressed because one or more lines are too long

View File

@ -3222,6 +3222,32 @@
"rpc": ["https://rpc.ludan.org/"], "rpc": ["https://rpc.ludan.org/"],
"faucets": [], "faucets": [],
"infoURL": "https://www.ludan.org/" "infoURL": "https://www.ludan.org/"
}, {
"name": "TBSI Mainnet",
"chainId": 1707,
"shortName": "TBSI",
"networkId": 1707,
"nativeCurrency": {
"name": "Jinda",
"symbol": "JINDA",
"decimals": 18
},
"rpc": ["https://rpc.blockchain.or.th"],
"faucets": [],
"infoURL": "https://blockchain.or.th"
}, {
"name": "TBSI Testnet",
"chainId": 1708,
"shortName": "tTBSI",
"networkId": 1708,
"nativeCurrency": {
"name": "Jinda",
"symbol": "JINDA",
"decimals": 18
},
"rpc": ["https://rpc.testnet.blockchain.or.th"],
"faucets": ["https://faucet.blockchain.or.th"],
"infoURL": "https://blockchain.or.th"
}, { }, {
"name": "Rabbit Analog Testnet Chain", "name": "Rabbit Analog Testnet Chain",
"chainId": 1807, "chainId": 1807,

View File

@ -4526,6 +4526,36 @@
"icon": "ludan", "icon": "ludan",
"chainId": 1688, "chainId": 1688,
"networkId": 1688 "networkId": 1688
}, {
"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
}, {
"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
}, { }, {
"name": "Rabbit Analog Testnet Chain", "name": "Rabbit Analog Testnet Chain",
"chain": "rAna", "chain": "rAna",

View File

@ -247,6 +247,8 @@
"ath": "eip155:1620", "ath": "eip155:1620",
"bta": "eip155:1657", "bta": "eip155:1657",
"LUDAN": "eip155:1688", "LUDAN": "eip155:1688",
"TBSI": "eip155:1707",
"tTBSI": "eip155:1708",
"rAna": "eip155:1807", "rAna": "eip155:1807",
"cube": "eip155:1818", "cube": "eip155:1818",
"cubet": "eip155:1819", "cubet": "eip155:1819",