add tomochain testnet and update mainnet info (#801)

* add tomochain testnet and update mainnet info

* Update _data/chains/eip155-89.json

* update unique shortName

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Vu 2022-01-28 21:55:08 +07:00 committed by GitHub
parent 216916798e
commit 7af911c337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 2 deletions

View File

@ -6,11 +6,11 @@
],
"faucets": [],
"nativeCurrency": {
"name": "TomoChain Ether",
"name": "TomoChain",
"symbol": "TOMO",
"decimals": 18
},
"infoURL": "https://tomocoin.io",
"infoURL": "https://tomochain.com",
"shortName": "tomo",
"chainId": 88,
"networkId": 88,

View File

@ -0,0 +1,18 @@
{
"name": "TomoChain Testnet",
"chain": "TOMO",
"rpc": [
"https://rpc.testnet.tomochain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "TomoChain",
"symbol": "TOMO",
"decimals": 18
},
"infoURL": "https://tomochain.com",
"shortName": "tomot",
"chainId": 89,
"networkId": 89,
"slip44": 889
}