@raydium-io/raydium-sdk-v2 0.1.59-alpha → 0.1.60-alpha

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raydium-io/raydium-sdk-v2",
3
- "version": "0.1.59-alpha",
3
+ "version": "0.1.60-alpha",
4
4
  "description": "An SDK for building applications on top of Raydium.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "./lib/index.js",
@@ -565,7 +565,7 @@ export default class LiquidityModule extends ModuleBase {
565
565
  ? [baseTokenAccount, quoteTokenAccount]
566
566
  : [quoteTokenAccount, baseTokenAccount];
567
567
 
568
- const clmmPoolKeys = await this.scope.clmm.getClmmPoolKeys(poolInfo.id);
568
+ const clmmPoolKeys = await this.scope.clmm.getClmmPoolKeys(clmmPoolInfo.id);
569
569
 
570
570
  const createPositionIns = await ClmmInstrument.openPositionFromBaseInstructions({
571
571
  poolInfo: clmmPoolInfo,