Update eip155-7.json (#2039)

* Update eip155-7.json

* fix json format

* prettier pass
This commit is contained in:
DOM CHAROENYOS 2022-12-17 03:06:21 +07:00 committed by GitHub
parent 54f47c0cd4
commit 8eaeecdcf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]
}