Skip to content

Commit

Permalink
feat: add multicall3 for abstract testnet (#2722)
Browse files Browse the repository at this point in the history
* adds multicall3 for abstract testnet

* Create red-dryers-sniff.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
coffeexcoin and jxom committed Sep 14, 2024
1 parent 644f72d commit 0b5c7b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-dryers-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 contract for Abstract Testnet.
6 changes: 6 additions & 0 deletions src/chains/definitions/abstractTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ export const abstractTestnet = /*#__PURE__*/ defineChain({
},
},
testnet: true,
contracts: {
multicall3: {
address: "0xF9cda624FBC7e059355ce98a31693d299FACd963",
blockCreated: 358349
}
},
custom: {
getEip712Domain(transaction: ZksyncTransactionSerializableEIP712) {
const message = transactionToMessage(transaction)
Expand Down

0 comments on commit 0b5c7b6

Please sign in to comment.