Skip to content

Commit

Permalink
Update src/strategies/clipper-staked-sail/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 22, 2023
1 parent 4f9604b commit 7f0887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/clipper-staked-sail/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function getVesailBalance(network, provider, snapshot, addresses) {
const response = await multicall(
network,
provider,
[vesailBalanceOfABI],
vesailBalanceOfABI,
addresses.map((address) => [vesailTokenAddress, 'balanceOf', [address]]),
{ blockTag }
);
Expand Down

0 comments on commit 7f0887b

Please sign in to comment.