@magmaprotocol/magma-clmm-sdk 0.5.107 → 0.5.108

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.
package/dist/index.d.ts CHANGED
@@ -1854,7 +1854,7 @@ type AlmmPositionInfo = {
1854
1854
  liquidity: EventPositionLiquidity;
1855
1855
  rewards: AlmmEventEarnedRewards;
1856
1856
  fees: AlmmEventEarnedFees;
1857
- contractPool: AlmmPoolInfo | undefined;
1857
+ contractPool: AlmmPoolInfo;
1858
1858
  coin_type_a: string;
1859
1859
  coin_type_b: string;
1860
1860
  };