@cetusprotocol/sui-clmm-sdk 1.1.0 → 1.1.1

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.mts CHANGED
@@ -1059,7 +1059,7 @@ type PositionSnapshot = {
1059
1059
  tick_upper_index: number;
1060
1060
  fee_owned_a: string;
1061
1061
  fee_owned_b: string;
1062
- value_cutted: string;
1062
+ value_cut: string;
1063
1063
  rewards: string[];
1064
1064
  };
1065
1065
 
package/dist/index.d.ts CHANGED
@@ -1059,7 +1059,7 @@ type PositionSnapshot = {
1059
1059
  tick_upper_index: number;
1060
1060
  fee_owned_a: string;
1061
1061
  fee_owned_b: string;
1062
- value_cutted: string;
1062
+ value_cut: string;
1063
1063
  rewards: string[];
1064
1064
  };
1065
1065