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

* add taraxa chains to chainlist * correct chainIds * Correct size * remove standards from explorer definition * Update _data/chains/eip155-841.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-842.json Co-authored-by: ligi <ligi@ligi.de> * fix non-unique short names * Update _data/icons/taraxa.json Co-authored-by: ligi <ligi@ligi.de> * fix formatting Co-authored-by: Elod23 <vargaelod23@gmail.com> Co-authored-by: ligi <ligi@ligi.de>
24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"name": "Taraxa Mainnet",
|
|
"chain": "Tara",
|
|
"icon": "taraxa",
|
|
"rpc": ["https://rpc.mainnet.taraxa.io/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Tara",
|
|
"symbol": "TARA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://taraxa.io",
|
|
"shortName": "tara",
|
|
"chainId": 841,
|
|
"networkId": 841,
|
|
"explorers": [
|
|
{
|
|
"name": "Taraxa Explorer",
|
|
"url": "https://explorer.mainnet.taraxa.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|