Deploying to gh-pages from @ ethereum-lists/chains@8eaeecdcf4 🚀

This commit is contained in:
ligi 2022-12-16 20:10:13 +00:00
parent 922f6082c1
commit 3d25b61e98
5 changed files with 25 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,9 @@
{ {
"name": "ThaiChain", "name": "ThaiChain",
"chain": "TCH", "chain": "TCH",
"rpc": ["https://rpc.dome.cloud"], "rpc": ["https://rpc.dome.cloud", "https://rpc.thaichain.org"],
"faucets": [], "faucets": [],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"nativeCurrency": { "nativeCurrency": {
"name": "ThaiChain Ether", "name": "ThaiChain Ether",
"symbol": "TCH", "symbol": "TCH",
@ -11,5 +12,12 @@
"infoURL": "https://thaichain.io", "infoURL": "https://thaichain.io",
"shortName": "tch", "shortName": "tch",
"chainId": 7, "chainId": 7,
"networkId": 7 "networkId": 7,
"explorers": [
{
"name": "Thaichain Explorer",
"url": "https://exp.thaichain.org",
"standard": "EIP3091"
}
]
} }

File diff suppressed because one or more lines are too long

View File

@ -86,7 +86,7 @@
"symbol": "TCH", "symbol": "TCH",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://rpc.dome.cloud"], "rpc": ["https://rpc.dome.cloud", "https://rpc.thaichain.org"],
"faucets": [], "faucets": [],
"infoURL": "https://thaichain.io" "infoURL": "https://thaichain.io"
}, { }, {

View File

@ -128,8 +128,13 @@
}, { }, {
"name": "ThaiChain", "name": "ThaiChain",
"chain": "TCH", "chain": "TCH",
"rpc": ["https://rpc.dome.cloud"], "rpc": ["https://rpc.dome.cloud", "https://rpc.thaichain.org"],
"faucets": [], "faucets": [],
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"nativeCurrency": { "nativeCurrency": {
"name": "ThaiChain Ether", "name": "ThaiChain Ether",
"symbol": "TCH", "symbol": "TCH",
@ -138,7 +143,12 @@
"infoURL": "https://thaichain.io", "infoURL": "https://thaichain.io",
"shortName": "tch", "shortName": "tch",
"chainId": 7, "chainId": 7,
"networkId": 7 "networkId": 7,
"explorers": [{
"name": "Thaichain Explorer",
"url": "https://exp.thaichain.org",
"standard": "EIP3091"
}]
}, { }, {
"name": "Ubiq", "name": "Ubiq",
"chain": "UBQ", "chain": "UBQ",