Skip to content

Commit

Permalink
fix: zetachainAthensTestnet explorer url (#2024)
Browse files Browse the repository at this point in the history
* fix zetachainAthensTestnet explorer url

change zetachain testnet explorer url

* Create real-ducks-applaud.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
Azleal and jxom committed Mar 27, 2024
1 parent de0fabb commit cc01424
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/real-ducks-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated `zetachainAthensTestnet` Explorer URL.
2 changes: 1 addition & 1 deletion src/chains/definitions/zetachainAthensTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const zetachainAthensTestnet = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'ZetaScan',
url: 'https://athens3.explorer.zetachain.com',
url: 'https://athens.explorer.zetachain.com',
},
},
testnet: true,
Expand Down

0 comments on commit cc01424

Please sign in to comment.