Skip to content

Commit ccaddcd

Browse files
nialexsanjxom
andauthored
feat: add multicall to flow testnet (#2619)
* Update flowTestnet.ts add multicall * Update src/chains/definitions/flowTestnet.ts * Create afraid-yaks-cheat.md --------- Co-authored-by: jxom <[email protected]>
1 parent a30db1e commit ccaddcd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/afraid-yaks-cheat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Added Multicall contract to Flow Testnet.

src/chains/definitions/flowTestnet.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ export const flowTestnet = /*#__PURE__*/ defineChain({
1919
url: 'https://testnet.flowdiver.io',
2020
},
2121
},
22+
contracts: {
23+
multicall3: {
24+
address: '0xca11bde05977b3631167028862be2a173976ca11',
25+
blockCreated: 137518,
26+
},
27+
},
2228
})

0 commit comments

Comments
 (0)