Skip to content

Commit

Permalink
tweak: add polygon amoy etherscan api url (#2173)
Browse files Browse the repository at this point in the history
* add polygon amoy etherscan api url

* Create fifty-weeks-smoke.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
saeta-eth and jxom committed Apr 23, 2024
1 parent 2e1977d commit 7aa8ba3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-weeks-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Polygon Amoy explorer URL.
5 changes: 3 additions & 2 deletions src/chains/definitions/polygonAmoy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ export const polygonAmoy = /*#__PURE__*/ defineChain({
},
blockExplorers: {
default: {
name: 'OK LINK',
url: 'https://www.oklink.com/amoy',
name: 'PolygonScan',
url: 'https://amoy.polygonscan.com/',
apiUrl: 'https://api-amoy.polygonscan.com/api',
},
},
contracts: {
Expand Down

0 comments on commit 7aa8ba3

Please sign in to comment.