mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@8eaeecdcf4 🚀
This commit is contained in:
parent
922f6082c1
commit
3d25b61e98
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"name": "ThaiChain",
|
||||
"chain": "TCH",
|
||||
"rpc": ["https://rpc.dome.cloud"],
|
||||
"rpc": ["https://rpc.dome.cloud", "https://rpc.thaichain.org"],
|
||||
"faucets": [],
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"nativeCurrency": {
|
||||
"name": "ThaiChain Ether",
|
||||
"symbol": "TCH",
|
||||
|
@ -11,5 +12,12 @@
|
|||
"infoURL": "https://thaichain.io",
|
||||
"shortName": "tch",
|
||||
"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
|
@ -86,7 +86,7 @@
|
|||
"symbol": "TCH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.dome.cloud"],
|
||||
"rpc": ["https://rpc.dome.cloud", "https://rpc.thaichain.org"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://thaichain.io"
|
||||
}, {
|
||||
|
|
|
@ -128,8 +128,13 @@
|
|||
}, {
|
||||
"name": "ThaiChain",
|
||||
"chain": "TCH",
|
||||
"rpc": ["https://rpc.dome.cloud"],
|
||||
"rpc": ["https://rpc.dome.cloud", "https://rpc.thaichain.org"],
|
||||
"faucets": [],
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"nativeCurrency": {
|
||||
"name": "ThaiChain Ether",
|
||||
"symbol": "TCH",
|
||||
|
@ -138,7 +143,12 @@
|
|||
"infoURL": "https://thaichain.io",
|
||||
"shortName": "tch",
|
||||
"chainId": 7,
|
||||
"networkId": 7
|
||||
"networkId": 7,
|
||||
"explorers": [{
|
||||
"name": "Thaichain Explorer",
|
||||
"url": "https://exp.thaichain.org",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Ubiq",
|
||||
"chain": "UBQ",
|
||||
|
|
Loading…
Reference in New Issue
Block a user