Skip to content

Commit

Permalink
Improvement/update taraxa endpoints (#5973)
Browse files Browse the repository at this point in the history
* add taraxa chains to chainlist

* correct chainIds

* Correct size

* remove standards from explorer definition

* Update _data/chains/eip155-841.json

Co-authored-by: ligi <[email protected]>

* Update _data/chains/eip155-842.json

Co-authored-by: ligi <[email protected]>

* fix non-unique short names

* Update _data/icons/taraxa.json

Co-authored-by: ligi <[email protected]>

* fix formatting

* updates taraxa icon

* change file type to png

* chore: removes old ipfs

* adds new taraxa endpoints

---------

Co-authored-by: Elod23 <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2024
1 parent a16bbfb commit f1442ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/chains/eip155-841.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Taraxa Mainnet",
"chain": "Tara",
"icon": "taraxa",
"rpc": ["https://rpc.mainnet.taraxa.io/"],
"rpc": ["https://rpc.mainnet.taraxa.io/", "https://ws.mainnet.taraxa.io"],
"faucets": [],
"nativeCurrency": {
"name": "Tara",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-842.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Taraxa Testnet",
"chain": "Tara",
"icon": "taraxa",
"rpc": ["https://rpc.testnet.taraxa.io/"],
"rpc": ["https://rpc.testnet.taraxa.io/", "https://ws.testnet.taraxa.io"],
"faucets": [],
"nativeCurrency": {
"name": "Tara",
Expand Down

0 comments on commit f1442ec

Please sign in to comment.