mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add tomochain testnet and update mainnet info * Update _data/chains/eip155-89.json * update unique shortName Co-authored-by: ligi <ligi@ligi.de>
19 lines
317 B
JSON
19 lines
317 B
JSON
{
|
|
"name": "TomoChain",
|
|
"chain": "TOMO",
|
|
"rpc": [
|
|
"https://rpc.tomochain.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "TomoChain",
|
|
"symbol": "TOMO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://tomochain.com",
|
|
"shortName": "tomo",
|
|
"chainId": 88,
|
|
"networkId": 88,
|
|
"slip44": 889
|
|
}
|