Skip to content

Commit

Permalink
fix: remove trailing slash from polygonAmoy explorer URL (#2305)
Browse files Browse the repository at this point in the history
* Update polygonAmoy.ts

* Create thin-mirrors-ring.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
JuoCode and jxom committed May 25, 2024
1 parent 4135e16 commit 36da346
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thin-mirrors-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Removed trailing slash from polygonAmoy explorer URL.
2 changes: 1 addition & 1 deletion src/chains/definitions/polygonAmoy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const polygonAmoy = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'PolygonScan',
url: 'https://amoy.polygonscan.com/',
url: 'https://amoy.polygonscan.com',
apiUrl: 'https://api-amoy.polygonscan.com/api',
},
},
Expand Down

0 comments on commit 36da346

Please sign in to comment.