Skip to content

Commit

Permalink
feat: update mantle block explorer (#2240)
Browse files Browse the repository at this point in the history
* Update mantle.ts

The official explorer is now https://mantlescan.xyz

* Create swift-cooks-flow.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
ezynda3 and jxom committed May 12, 2024
1 parent 79ff1e6 commit 50deaed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-cooks-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Mantle block explorer.
4 changes: 2 additions & 2 deletions src/chains/definitions/mantle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const mantle = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'Mantle Explorer',
url: 'https://explorer.mantle.xyz',
apiUrl: 'https://explorer.mantle.xyz/api',
url: 'https://mantlescan.xyz/',
apiUrl: 'https://api.mantlescan.xyz/api',
},
},
contracts: {
Expand Down

0 comments on commit 50deaed

Please sign in to comment.