chains/_data/chains/eip155-841.json
Előd Varga d398b15a93
add taraxa chains to chainlist (#1805)
* 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>
2022-12-17 07:09:17 +01:00

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