Skip to content

Commit

Permalink
vfat
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jul 3, 2024
1 parent 860c9a5 commit 67b8b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/vfat/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ async function tvlArbitrumLinea(api) {
const masterchefPositions = await fetchSickleNftPositions(api, sickles, config[api.chain].masterchefV3, true);

positions.forEach(position => addUniV3LikePosition({ ...position, api }));
masterchefPositions.forEach(position => addUniV3LikePosition({ ...position, api }));
masterchefPositions.splice(6, 1).forEach(position => addUniV3LikePosition({ ...position, api }));

return sumTokens2({ api, resolveLP: true });

Expand Down

0 comments on commit 67b8b71

Please sign in to comment.