Skip to content

Commit

Permalink
Add multicall3 contract to Polygon Amoy
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Apr 6, 2024
1 parent 1686e1f commit bbecb56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-ravens-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 to Polygon Amoy chain
6 changes: 6 additions & 0 deletions src/chains/definitions/polygonAmoy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ export const polygonAmoy = /*#__PURE__*/ defineChain({
url: 'https://www.oklink.com/amoy',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 3127388,
},
},
testnet: true,
})

0 comments on commit bbecb56

Please sign in to comment.