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
Browse files Browse the repository at this point in the history
remove "testnet" on mainnet explorer
  • Loading branch information
octavioamu committed Jul 17, 2023
1 parent ad90fca commit 96cf7a9
Showing 1 changed file with 2 additions and 2 deletions.
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 96cf7a9

Please sign in to comment.