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>
This commit is contained in:
Előd Varga 2022-12-17 08:09:17 +02:00 committed by GitHub
parent c323636c10
commit d398b15a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

View File

@ -0,0 +1,23 @@
{
"name": "Taraxa Testnet",
"chain": "Tara",
"icon": "taraxa",
"rpc": ["https://rpc.testnet.taraxa.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Tara",
"symbol": "TARA",
"decimals": 18
},
"infoURL": "https://taraxa.io",
"shortName": "taratest",
"chainId": 842,
"networkId": 842,
"explorers": [
{
"name": "Taraxa Explorer",
"url": "https://explorer.testnet.taraxa.io",
"standard": "none"
}
]
}

8
_data/icons/taraxa.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D",
"width": 310,
"height": 310,
"format": "png"
}
]