Skip to content

Commit

Permalink
chore: update taiko block explorer (#2606)
Browse files Browse the repository at this point in the history
* Update taiko.ts

Add official Taikoscan block explorer

* Update taiko.ts

* Create good-oranges-behave.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
ezynda3 and jxom committed Aug 12, 2024
1 parent 9aaa159 commit 44cc5ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-oranges-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Taiko block explorer.
4 changes: 2 additions & 2 deletions src/chains/definitions/taiko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const taiko = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'Taikoscan',
url: 'https://taikoscan.network',
apiUrl: 'https://taikoscan.network/api',
url: 'https://taikoscan.io',
apiUrl: 'https://api.taikoscan.io/api',
},
},
contracts: {
Expand Down

0 comments on commit 44cc5ec

Please sign in to comment.