Skip to content

Commit

Permalink
feat: bitTorrent multicall3 (#2439)
Browse files Browse the repository at this point in the history
* Add: bitTorrent Multicall3

Official address: https://www.multicall3.com/deployments
Contract: https://bttcscan.com/address/0xca11bde05977b3631167028862be2a173976ca11#code

* Update bitTorrent.ts

* Create forty-moles-jam.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
mypeaceduck and jxom authored Jun 26, 2024
1 parent 7ae624f commit 76f514c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-moles-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 contract to BitTorrent chain.
6 changes: 6 additions & 0 deletions src/chains/definitions/bitTorrent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ export const bitTorrent = /*#__PURE__*/ defineChain({
apiUrl: 'https://api.bttcscan.com/api',
},
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 31078552,
}
},
})

0 comments on commit 76f514c

Please sign in to comment.