Skip to content

Commit

Permalink
block explorer link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Feb 2, 2024
1 parent 9890730 commit 9f1e253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
getters: {
getBlockExplorerBaseUrl() {
// TODO
return "https://sepolia.explorer.mode.network/";
return "https://explorer.mode.network/";
},

getChainId() {
Expand Down

0 comments on commit 9f1e253

Please sign in to comment.