Skip to content

Commit

Permalink
feat: add Multicall address to Superposition (#3014)
Browse files Browse the repository at this point in the history
  • Loading branch information
qi-0826 authored Nov 17, 2024
1 parent bc7f4ae commit 32315c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-bags-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Multicall address to Superposition.
6 changes: 6 additions & 0 deletions src/chains/definitions/superposition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ export const superposition = /*#__PURE__*/ defineChain({
url: 'https://explorer.superposition.so',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 39,
},
},
testnet: false,
})

0 comments on commit 32315c2

Please sign in to comment.