@magmaprotocol/magma-clmm-sdk 0.5.67 → 0.5.68

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1754,6 +1754,7 @@ type DlmmPoolInfo = {
1754
1754
  active_index: number;
1755
1755
  coinAmountA: string;
1756
1756
  coinAmountB: string;
1757
+ index?: number;
1757
1758
  };
1758
1759
  type DlmmAddLiquidityParams = {
1759
1760
  pool_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmaprotocol/magma-clmm-sdk",
3
- "version": "0.5.67",
3
+ "version": "0.5.68",
4
4
  "description": "SDK for magma swap and liquidity",
5
5
  "typings": "dist/index.d.ts",
6
6
  "main": "dist/index.js",