Skip to content

Commit

Permalink
feat: update polygon mumbai etherscan api url (#2018)
Browse files Browse the repository at this point in the history
* feat: change polygon mumbai etherscan api url

* Create few-otters-judge.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
saeta-eth and jxom committed Mar 26, 2024
1 parent 81ddc5e commit 1fae817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/few-otters-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Polygon Mumbai Etherscan API URL.
2 changes: 1 addition & 1 deletion src/chains/definitions/polygonMumbai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const polygonMumbai = /*#__PURE__*/ defineChain({
default: {
name: 'PolygonScan',
url: 'https://mumbai.polygonscan.com',
apiUrl: 'https://mumbai.polygonscan.com/api',
apiUrl: 'https://api-testnet.polygonscan.com/api',
},
},
contracts: {
Expand Down

0 comments on commit 1fae817

Please sign in to comment.