Skip to content

Commit

Permalink
feat: add B3 multicall3 (#3340)
Browse files Browse the repository at this point in the history
  • Loading branch information
biruichen authored Feb 12, 2025
1 parent 44872a0 commit 66e5f6a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-chairs-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added B3 multicall3.
6 changes: 6 additions & 0 deletions src/chains/definitions/b3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ export const b3 = /*#__PURE__*/ defineChain({
url: 'https://explorer.b3.fun',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 0,
},
},
sourceId,
})
6 changes: 6 additions & 0 deletions src/chains/definitions/b3Sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ export const b3Sepolia = /*#__PURE__*/ defineChain({
url: 'https://sepolia.explorer.b3.fun',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 0,
},
},
testnet: true,
sourceId,
})

0 comments on commit 66e5f6a

Please sign in to comment.