add tomochain testnet and update mainnet info

This commit is contained in:
pqv199x 2022-01-25 14:56:20 +07:00
parent e87e529533
commit e39e07efe4
2 changed files with 21 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,19 @@
{
"name": "TomoChain Testnet",
"chain": "TOMO",
"rpc": [
"https://rpc.testnet.tomochain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "TomoChain",
"symbol": "TOMO",
"decimals": 18
},
"infoURL": "https://tomochain.com",
"shortName": "tomo",
"chainId": 89,
"networkId": 89,
"slip44": 889
}