mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
c323636c10
commit
d398b15a93
23
_data/chains/eip155-841.json
Normal file
23
_data/chains/eip155-841.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-842.json
Normal file
23
_data/chains/eip155-842.json
Normal 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
8
_data/icons/taraxa.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D",
|
||||
"width": 310,
|
||||
"height": 310,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user