Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
fix: mantle explorer name (#428)
Browse files Browse the repository at this point in the history
* Fix mantle explorer name

remove "testnet" on mainnet explorer

* Create wet-chairs-itch.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
octavioamu and jxom authored Jul 24, 2023
1 parent ad90fca commit 0ea344c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-chairs-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": patch
---

Removed "Testnet" on mantle mainnet explorer name.
4 changes: 2 additions & 2 deletions packages/chains/src/mantle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export const mantle = {
},
blockExplorers: {
etherscan: {
name: 'Mantle Testnet Explorer',
name: 'Mantle Explorer',
url: 'https://explorer.mantle.xyz',
},
default: {
name: 'Mantle Testnet Explorer',
name: 'Mantle Explorer',
url: 'https://explorer.mantle.xyz',
},
},
Expand Down

0 comments on commit 0ea344c

Please sign in to comment.