Skip to content

Commit

Permalink
Update Chain 7001 - ZetaChain Athens Testnet (#2955)
Browse files Browse the repository at this point in the history
* Added live athens testnet, and reserving unreleased mainnet

* Fixed style issues with prettier

* added binary icon

* changing icon name to lowercase

* Updated zetachain icon and testnet rpcs

* updated iconsDownload

* Fixed explorer URL

* Ran prettier

* removed old icon

* Removed blockscout explorer
  • Loading branch information
CharlieMc0 authored Jun 8, 2023
1 parent d5dc53d commit b4a072d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _data/chains/eip155-7000.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"symbol": "ZETA",
"decimals": 18
},
"infoURL": "https://docs.zetachain.com/",
"infoURL": "https://zetachain.com/docs/",
"shortName": "zetachain-mainnet",
"chainId": 7000,
"networkId": 7000,
Expand Down
7 changes: 5 additions & 2 deletions _data/chains/eip155-7001.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
"name": "ZetaChain Athens Testnet",
"chain": "ZetaChain",
"icon": "zetachain",
"rpc": ["https://api.athens2.zetachain.com/evm"],
"rpc": [
"https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
"wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket"
],
"faucets": ["https://labs.zetachain.com/get-zeta"],
"nativeCurrency": {
"name": "Zeta",
"symbol": "aZETA",
"decimals": 18
},
"infoURL": "https://docs.zetachain.com/",
"infoURL": "https://zetachain.com/docs",
"shortName": "zetachain-athens",
"chainId": 7001,
"networkId": 7001,
Expand Down
6 changes: 3 additions & 3 deletions _data/icons/zetachain.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f",
"width": 1280,
"height": 1280,
"url": "ipfs://QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy",
"width": 712,
"height": 712,
"format": "png"
}
]
Binary file not shown.
Binary file not shown.

0 comments on commit b4a072d

Please sign in to comment.