@alephium/powfi-sdk 0.0.1-rc.30 → 0.0.1-rc.31

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/lib/index.d.mts CHANGED
@@ -4832,7 +4832,6 @@ declare class ClmmModule extends ModuleBase {
4832
4832
  setRewardParams(p: ClmmSetRewardParamsRequest): Promise<SignExecuteScriptTxResult>;
4833
4833
  /** Extends an existing farming reward program by adding more tokens. Admin only. */
4834
4834
  extendRewards(p: ClmmExtendRewardsRequest): Promise<SignExecuteScriptTxResult>;
4835
- private getAddLiquidityAttoAlphAmount;
4836
4835
  getCollectProtocolFeesData(token0: string, token1: string, configIndex: bigint): string;
4837
4836
  collectProtocolFees(p: ClmmCollectProtocolFeesRequest): Promise<SignExecuteScriptTxResult>;
4838
4837
  setFeeCollector(): Promise<SignExecuteScriptTxResult>;
package/lib/index.d.ts CHANGED
@@ -4832,7 +4832,6 @@ declare class ClmmModule extends ModuleBase {
4832
4832
  setRewardParams(p: ClmmSetRewardParamsRequest): Promise<SignExecuteScriptTxResult>;
4833
4833
  /** Extends an existing farming reward program by adding more tokens. Admin only. */
4834
4834
  extendRewards(p: ClmmExtendRewardsRequest): Promise<SignExecuteScriptTxResult>;
4835
- private getAddLiquidityAttoAlphAmount;
4836
4835
  getCollectProtocolFeesData(token0: string, token1: string, configIndex: bigint): string;
4837
4836
  collectProtocolFees(p: ClmmCollectProtocolFeesRequest): Promise<SignExecuteScriptTxResult>;
4838
4837
  setFeeCollector(): Promise<SignExecuteScriptTxResult>;