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

Commit

Permalink
chore: updated gnosis explorer url(s) (#418)
Browse files Browse the repository at this point in the history
* Update gnosis.ts

Don't include trailing slash to match other networks

* Also blockscout

* Create fifty-pumpkins-obey.md

* Update fifty-pumpkins-obey.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
scottrepreneur and jxom committed Jul 12, 2023
1 parent cf1b48d commit 8504c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-pumpkins-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": patch
---

Updated gnosis explorer url(s)
4 changes: 2 additions & 2 deletions packages/chains/src/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export const gnosis = {
blockExplorers: {
etherscan: {
name: 'Gnosisscan',
url: 'https://gnosisscan.io/',
url: 'https://gnosisscan.io',
},
default: {
name: 'Gnosis Chain Explorer',
url: 'https://blockscout.com/xdai/mainnet/',
url: 'https://blockscout.com/xdai/mainnet',
},
},
} as const satisfies Chain

0 comments on commit 8504c8b

Please sign in to comment.