Skip to content

Commit

Permalink
chore: add multicall3 for iota
Browse files Browse the repository at this point in the history
  • Loading branch information
oxSaturn authored Oct 24, 2024
1 parent eb09cde commit ff5ab4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/chains/definitions/iota.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ export const iota = /*#__PURE__*/ defineChain({
apiUrl: 'https://explorer.evm.iota.org/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 25022,
},
},
})

0 comments on commit ff5ab4d

Please sign in to comment.