Skip to content

Commit

Permalink
feat: add multicall3 contract to Berachain Artio (#3353)
Browse files Browse the repository at this point in the history
Co-authored-by: Abbas Khan <[email protected]>
  • Loading branch information
abbas9344 and abbas9344 authored Feb 17, 2025
1 parent 3fc5f86 commit f85f6d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-eels-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 contract to Berachain Artio.
6 changes: 6 additions & 0 deletions src/chains/definitions/berachainTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ export const berachainTestnet = /*#__PURE__*/ defineChain({
url: 'https://artio.beratrail.io',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 866924,
},
},
testnet: true,
})

0 comments on commit f85f6d9

Please sign in to comment.