@merkl/api 0.10.175 → 0.10.176
Sign up to get free protection for your applications and to get access to all the features.
@@ -26,9 +26,7 @@ export class ClammPositionFetcher {
|
|
26
26
|
};
|
27
27
|
}
|
28
28
|
}
|
29
|
-
console.log(poolsByAmm);
|
30
29
|
const clammPositions = await getClammUserPositions(user, chainId, poolsByAmm, false);
|
31
|
-
console.log(clammPositions);
|
32
30
|
const result = [];
|
33
31
|
for (const opportunity of opportunities) {
|
34
32
|
const campaign = CampaignService.formatAsCampaignParameters(opportunity.campaigns[0]);
|