biatec-concentrated-liquidity-amm 0.9.26 → 0.9.27

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
@@ -663,12 +663,12 @@ type BiatecClammPoolTypes = {
663
663
  keys: {
664
664
  setupFinished: boolean;
665
665
  assetA: bigint;
666
- assetADecimals: bigint;
666
+ assetADecimalsScaleFromBase: bigint;
667
667
  assetB: bigint;
668
- assetBDecimals: bigint;
668
+ assetBDecimalsScaleFromBase: bigint;
669
669
  assetLp: bigint;
670
- assetABalance: bigint;
671
- assetBBalance: bigint;
670
+ assetABalanceBaseScale: bigint;
671
+ assetBBalanceBaseScale: bigint;
672
672
  priceMin: bigint;
673
673
  priceMax: bigint;
674
674
  priceMinSqrt: bigint;
@@ -2782,29 +2782,29 @@ declare class BiatecClammPoolClient {
2782
2782
  */
2783
2783
  assetA: () => Promise<bigint | undefined>;
2784
2784
  /**
2785
- * Get the current value of the assetADecimals key in global state
2785
+ * Get the current value of the assetADecimalsScaleFromBase key in global state
2786
2786
  */
2787
- assetADecimals: () => Promise<bigint | undefined>;
2787
+ assetADecimalsScaleFromBase: () => Promise<bigint | undefined>;
2788
2788
  /**
2789
2789
  * Get the current value of the assetB key in global state
2790
2790
  */
2791
2791
  assetB: () => Promise<bigint | undefined>;
2792
2792
  /**
2793
- * Get the current value of the assetBDecimals key in global state
2793
+ * Get the current value of the assetBDecimalsScaleFromBase key in global state
2794
2794
  */
2795
- assetBDecimals: () => Promise<bigint | undefined>;
2795
+ assetBDecimalsScaleFromBase: () => Promise<bigint | undefined>;
2796
2796
  /**
2797
2797
  * Get the current value of the assetLp key in global state
2798
2798
  */
2799
2799
  assetLp: () => Promise<bigint | undefined>;
2800
2800
  /**
2801
- * Get the current value of the assetABalance key in global state
2801
+ * Get the current value of the assetABalanceBaseScale key in global state
2802
2802
  */
2803
- assetABalance: () => Promise<bigint | undefined>;
2803
+ assetABalanceBaseScale: () => Promise<bigint | undefined>;
2804
2804
  /**
2805
- * Get the current value of the assetBBalance key in global state
2805
+ * Get the current value of the assetBBalanceBaseScale key in global state
2806
2806
  */
2807
- assetBBalance: () => Promise<bigint | undefined>;
2807
+ assetBBalanceBaseScale: () => Promise<bigint | undefined>;
2808
2808
  /**
2809
2809
  * Get the current value of the priceMin key in global state
2810
2810
  */
package/dist/index.d.ts CHANGED
@@ -663,12 +663,12 @@ type BiatecClammPoolTypes = {
663
663
  keys: {
664
664
  setupFinished: boolean;
665
665
  assetA: bigint;
666
- assetADecimals: bigint;
666
+ assetADecimalsScaleFromBase: bigint;
667
667
  assetB: bigint;
668
- assetBDecimals: bigint;
668
+ assetBDecimalsScaleFromBase: bigint;
669
669
  assetLp: bigint;
670
- assetABalance: bigint;
671
- assetBBalance: bigint;
670
+ assetABalanceBaseScale: bigint;
671
+ assetBBalanceBaseScale: bigint;
672
672
  priceMin: bigint;
673
673
  priceMax: bigint;
674
674
  priceMinSqrt: bigint;
@@ -2782,29 +2782,29 @@ declare class BiatecClammPoolClient {
2782
2782
  */
2783
2783
  assetA: () => Promise<bigint | undefined>;
2784
2784
  /**
2785
- * Get the current value of the assetADecimals key in global state
2785
+ * Get the current value of the assetADecimalsScaleFromBase key in global state
2786
2786
  */
2787
- assetADecimals: () => Promise<bigint | undefined>;
2787
+ assetADecimalsScaleFromBase: () => Promise<bigint | undefined>;
2788
2788
  /**
2789
2789
  * Get the current value of the assetB key in global state
2790
2790
  */
2791
2791
  assetB: () => Promise<bigint | undefined>;
2792
2792
  /**
2793
- * Get the current value of the assetBDecimals key in global state
2793
+ * Get the current value of the assetBDecimalsScaleFromBase key in global state
2794
2794
  */
2795
- assetBDecimals: () => Promise<bigint | undefined>;
2795
+ assetBDecimalsScaleFromBase: () => Promise<bigint | undefined>;
2796
2796
  /**
2797
2797
  * Get the current value of the assetLp key in global state
2798
2798
  */
2799
2799
  assetLp: () => Promise<bigint | undefined>;
2800
2800
  /**
2801
- * Get the current value of the assetABalance key in global state
2801
+ * Get the current value of the assetABalanceBaseScale key in global state
2802
2802
  */
2803
- assetABalance: () => Promise<bigint | undefined>;
2803
+ assetABalanceBaseScale: () => Promise<bigint | undefined>;
2804
2804
  /**
2805
- * Get the current value of the assetBBalance key in global state
2805
+ * Get the current value of the assetBBalanceBaseScale key in global state
2806
2806
  */
2807
- assetBBalance: () => Promise<bigint | undefined>;
2807
+ assetBBalanceBaseScale: () => Promise<bigint | undefined>;
2808
2808
  /**
2809
2809
  * Get the current value of the priceMin key in global state
2810
2810
  */