Skip to content

Commit

Permalink
chore: configure muticall3
Browse files Browse the repository at this point in the history
  • Loading branch information
chefjackson committed Jul 17, 2023
1 parent 6b20b3c commit ed868da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apis/farms/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,15 @@ const zksyncTestnetClient = createPublicClient({
})

const polygonZkEvmClient = createPublicClient({
chain: polygonZkEvm,
chain: {
...polygonZkEvm,
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 57746,
},
},
},
transport: http(POLYGON_ZKEVM_NODE),
batch: {
multicall: {
Expand Down

0 comments on commit ed868da

Please sign in to comment.