@merkl/api 0.10.195 → 0.10.196

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -397,7 +397,7 @@ export async function getClammUserPositions(user, chainId, poolsByAmm, withIndiv
397
397
  }
398
398
  }
399
399
  if (res.userPositions.length > 0) {
400
- finalRes[`2_${poolDatas[p].mainParameter}`] = { ...res };
400
+ finalRes[`2_${poolDatas[p].mainParameter ?? p}`] = { ...res };
401
401
  }
402
402
  }
403
403
  catch (_e) {