Skip to content

Commit

Permalink
Fix explorer of Gnosis (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Aug 21, 2024
1 parent afa22b4 commit 0d9a845
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/web/src/config/chains/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ export const gnosisChain: ChainConfig = {
...gnosis,
network: "gnosis",
name: "Gnosis Chain",
blockExplorers: {
default: {
name: "Gnosisscan",
url: "https://gnosisscan.io",
},
},

/**
* Custom
Expand Down

0 comments on commit 0d9a845

Please sign in to comment.