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",
|
"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
|
@ -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"
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user