@raydium-io/raydium-sdk-v2 0.2.26-alpha → 0.2.27-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/lib/api/api.d.ts +1 -1
- package/lib/api/index.d.ts +1 -1
- package/lib/api/type.d.ts +1 -1
- package/lib/{api-633d94c4.d.ts → api-c27cc5ec.d.ts} +8 -8
- package/lib/common/accountInfo.d.ts +1 -1
- package/lib/common/bignumber.d.ts +1 -1
- package/lib/common/constant.d.ts +1 -1
- package/lib/common/fractionUtil.d.ts +1 -1
- package/lib/common/index.d.ts +1 -1
- package/lib/common/transfer.d.ts +1 -1
- package/lib/common/txTool/txTool.d.ts +1 -1
- package/lib/common/txTool/txUtils.d.ts +1 -1
- package/lib/common/utility.d.ts +1 -1
- package/lib/index.d.ts +3 -3
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/module/amount.d.ts +1 -1
- package/lib/module/fraction.d.ts +1 -1
- package/lib/module/index.d.ts +1 -1
- package/lib/module/percent.d.ts +1 -1
- package/lib/module/price.d.ts +1 -1
- package/lib/raydium/account/account.d.ts +3 -3
- package/lib/raydium/account/index.d.ts +1 -1
- package/lib/raydium/account/instruction.d.ts +1 -1
- package/lib/raydium/account/types.d.ts +1 -1
- package/lib/raydium/account/util.d.ts +1 -1
- package/lib/raydium/clmm/clmm.d.ts +3 -3
- package/lib/raydium/clmm/index.d.ts +3 -3
- package/lib/raydium/clmm/instrument.d.ts +2 -2
- package/lib/raydium/clmm/layout.d.ts +6 -6
- package/lib/raydium/clmm/type.d.ts +2 -2
- package/lib/raydium/clmm/utils/math.d.ts +2 -2
- package/lib/raydium/clmm/utils/pool.d.ts +2 -2
- package/lib/raydium/clmm/utils/position.d.ts +2 -2
- package/lib/raydium/clmm/utils/tick.d.ts +2 -2
- package/lib/raydium/clmm/utils/tickQuery.d.ts +2 -2
- package/lib/raydium/cpmm/cpmm.d.ts +3 -3
- package/lib/raydium/cpmm/cpmm.js +1 -1
- package/lib/raydium/cpmm/cpmm.js.map +1 -1
- package/lib/raydium/cpmm/cpmm.mjs +1 -1
- package/lib/raydium/cpmm/cpmm.mjs.map +1 -1
- package/lib/raydium/cpmm/index.d.ts +1 -1
- package/lib/raydium/cpmm/instruction.d.ts +1 -1
- package/lib/raydium/cpmm/layout.d.ts +2 -2
- package/lib/raydium/cpmm/type.d.ts +1 -1
- package/lib/raydium/farm/config.d.ts +1 -1
- package/lib/raydium/farm/farm.d.ts +3 -3
- package/lib/raydium/farm/index.d.ts +1 -1
- package/lib/raydium/farm/instruction.d.ts +1 -1
- package/lib/raydium/farm/layout.d.ts +1 -1
- package/lib/raydium/farm/type.d.ts +1 -1
- package/lib/raydium/farm/util.d.ts +1 -1
- package/lib/raydium/ido/ido.d.ts +3 -3
- package/lib/raydium/ido/index.d.ts +3 -3
- package/lib/raydium/ido/instruction.d.ts +1 -1
- package/lib/raydium/ido/type.d.ts +1 -1
- package/lib/raydium/index.d.ts +3 -3
- package/lib/raydium/index.js +1 -1
- package/lib/raydium/index.js.map +1 -1
- package/lib/raydium/index.mjs +1 -1
- package/lib/raydium/index.mjs.map +1 -1
- package/lib/raydium/launchpad/curve/curve.d.ts +1 -1
- package/lib/raydium/launchpad/index.d.ts +3 -3
- package/lib/raydium/launchpad/instrument.d.ts +1 -1
- package/lib/raydium/launchpad/launchpad.d.ts +3 -3
- package/lib/raydium/launchpad/layout.d.ts +3 -3
- package/lib/raydium/launchpad/pda.d.ts +1 -1
- package/lib/raydium/launchpad/type.d.ts +1 -1
- package/lib/raydium/liquidity/index.d.ts +1 -1
- package/lib/raydium/liquidity/instruction.d.ts +1 -1
- package/lib/raydium/liquidity/layout.d.ts +6 -6
- package/lib/raydium/liquidity/liquidity.d.ts +3 -3
- package/lib/raydium/liquidity/type.d.ts +1 -1
- package/lib/raydium/liquidity/utils.d.ts +1 -1
- package/lib/raydium/marketV2/createMarket.d.ts +3 -3
- package/lib/raydium/marketV2/index.d.ts +3 -3
- package/lib/raydium/moduleBase.d.ts +3 -3
- package/lib/raydium/raydium.d.ts +3 -3
- package/lib/raydium/raydium.js +1 -1
- package/lib/raydium/raydium.js.map +1 -1
- package/lib/raydium/raydium.mjs +1 -1
- package/lib/raydium/raydium.mjs.map +1 -1
- package/lib/raydium/token/constant.d.ts +1 -1
- package/lib/raydium/token/index.d.ts +1 -1
- package/lib/raydium/token/token.d.ts +3 -3
- package/lib/raydium/token/type.d.ts +1 -1
- package/lib/raydium/token/utils.d.ts +1 -1
- package/lib/raydium/tradeV2/index.d.ts +2 -2
- package/lib/raydium/tradeV2/instrument.d.ts +2 -2
- package/lib/raydium/tradeV2/trade.d.ts +3 -3
- package/lib/raydium/tradeV2/type.d.ts +2 -2
- package/lib/raydium/type.d.ts +1 -1
- package/lib/raydium/utils1216/index.d.ts +3 -3
- package/lib/raydium/utils1216/utils1216.d.ts +3 -3
- package/lib/{raydium-be056a1c.d.ts → raydium-d01bd283.d.ts} +5 -4
- package/lib/{type-367f8461.d.ts → type-a4faa080.d.ts} +1 -1
- package/package.json +1 -1
- package/src/raydium/cpmm/cpmm.ts +3 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TransferFeeConfig } from '@solana/spl-token';
|
|
2
2
|
import BN__default from 'bn.js';
|
|
3
3
|
import Decimal from 'decimal.js';
|
|
4
|
-
import { bY as GetTransferAmountFee } from '../../../api-
|
|
4
|
+
import { bY as GetTransferAmountFee } from '../../../api-c27cc5ec.js';
|
|
5
5
|
import { LaunchpadPool, LaunchpadConfig } from '../layout.js';
|
|
6
6
|
import { PoolBaseAmount, CurveBase } from './curveBase.js';
|
|
7
7
|
import 'axios';
|
|
@@ -8,12 +8,12 @@ export { CurveBase, PoolBaseAmount } from './curve/curveBase.js';
|
|
|
8
8
|
export { FixedPriceCurve } from './curve/fixedPriceCurve.js';
|
|
9
9
|
export { MathLaunch, checkPoolToAmm } from './curve/func.js';
|
|
10
10
|
export { LinearPriceCurve } from './curve/linearPriceCurve.js';
|
|
11
|
-
export { L as LaunchpadPoolInitParam, e as SwapInfoReturnExt, u as usdMintBSet } from '../../raydium-
|
|
11
|
+
export { L as LaunchpadPoolInitParam, e as SwapInfoReturnExt, u as usdMintBSet } from '../../raydium-d01bd283.js';
|
|
12
12
|
import '@solana/web3.js';
|
|
13
13
|
import 'bn.js';
|
|
14
14
|
import '../../marshmallow/index.js';
|
|
15
15
|
import '../../marshmallow/buffer-layout.js';
|
|
16
|
-
import '../../api-
|
|
16
|
+
import '../../api-c27cc5ec.js';
|
|
17
17
|
import 'axios';
|
|
18
18
|
import '../../solana/type.js';
|
|
19
19
|
import '@solana/spl-token';
|
|
@@ -33,7 +33,7 @@ import '../liquidity/stable.js';
|
|
|
33
33
|
import '../liquidity/type.js';
|
|
34
34
|
import '../liquidity/layout.js';
|
|
35
35
|
import '../clmm/layout.js';
|
|
36
|
-
import '../../type-
|
|
36
|
+
import '../../type-a4faa080.js';
|
|
37
37
|
import '../cpmm/type.js';
|
|
38
38
|
import '../cpmm/curve/calculator.js';
|
|
39
39
|
import '../cpmm/layout.js';
|
|
@@ -4,7 +4,7 @@ import { BondingCurveParam } from './layout.js';
|
|
|
4
4
|
import { CpmmCreatorFeeOn } from './type.js';
|
|
5
5
|
import '../../marshmallow/index.js';
|
|
6
6
|
import '../../marshmallow/buffer-layout.js';
|
|
7
|
-
import '../../api-
|
|
7
|
+
import '../../api-c27cc5ec.js';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import '../../solana/type.js';
|
|
10
10
|
import '@solana/spl-token';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { L as LaunchpadPoolInitParam, e as SwapInfoReturnExt, l as default, u as usdMintBSet } from '../../raydium-
|
|
1
|
+
export { L as LaunchpadPoolInitParam, e as SwapInfoReturnExt, l as default, u as usdMintBSet } from '../../raydium-d01bd283.js';
|
|
2
2
|
import '@solana/web3.js';
|
|
3
3
|
import 'bn.js';
|
|
4
|
-
import '../../api-
|
|
4
|
+
import '../../api-c27cc5ec.js';
|
|
5
5
|
import 'decimal.js';
|
|
6
6
|
import '../../common/txTool/txType.js';
|
|
7
7
|
import './type.js';
|
|
@@ -24,7 +24,7 @@ import '../liquidity/stable.js';
|
|
|
24
24
|
import '../liquidity/type.js';
|
|
25
25
|
import '../liquidity/layout.js';
|
|
26
26
|
import '../clmm/layout.js';
|
|
27
|
-
import '../../type-
|
|
27
|
+
import '../../type-a4faa080.js';
|
|
28
28
|
import '../cpmm/type.js';
|
|
29
29
|
import '../cpmm/curve/calculator.js';
|
|
30
30
|
import '../cpmm/layout.js';
|
|
@@ -28,16 +28,16 @@ declare const VestingSchedule: Structure<BN, "", {
|
|
|
28
28
|
unlockPeriod: BN;
|
|
29
29
|
totalAllocatedShare: BN;
|
|
30
30
|
}>;
|
|
31
|
-
declare const LaunchpadPool: Structure<number | number[] |
|
|
31
|
+
declare const LaunchpadPool: Structure<number | _solana_web3_js.PublicKey | number[] | BN | {
|
|
32
32
|
startTime: BN;
|
|
33
33
|
totalLockedAmount: BN;
|
|
34
34
|
cliffPeriod: BN;
|
|
35
35
|
unlockPeriod: BN;
|
|
36
36
|
totalAllocatedShare: BN;
|
|
37
37
|
}, "", {
|
|
38
|
-
status: number;
|
|
39
38
|
creator: _solana_web3_js.PublicKey;
|
|
40
39
|
bump: number;
|
|
40
|
+
status: number;
|
|
41
41
|
mintA: _solana_web3_js.PublicKey;
|
|
42
42
|
mintB: _solana_web3_js.PublicKey;
|
|
43
43
|
vaultA: _solana_web3_js.PublicKey;
|
|
@@ -109,7 +109,7 @@ declare const PlatformCurveParam: Structure<number | _solana_web3_js.PublicKey |
|
|
|
109
109
|
migrateCpmmFeeOn: number;
|
|
110
110
|
};
|
|
111
111
|
}>;
|
|
112
|
-
declare const PlatformConfig: Structure<number[] |
|
|
112
|
+
declare const PlatformConfig: Structure<_solana_web3_js.PublicKey | number[] | BN | {
|
|
113
113
|
index: number;
|
|
114
114
|
configId: _solana_web3_js.PublicKey;
|
|
115
115
|
epoch: BN;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PublicKey } from '@solana/web3.js';
|
|
2
2
|
import { ProgramAddress } from '../../common/txTool/txUtils.js';
|
|
3
3
|
import '../../common/txTool/lookupTable.js';
|
|
4
|
-
import '../../api-
|
|
4
|
+
import '../../api-c27cc5ec.js';
|
|
5
5
|
import 'axios';
|
|
6
6
|
import '../../solana/type.js';
|
|
7
7
|
import 'bn.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PublicKey, Signer } from '@solana/web3.js';
|
|
2
|
-
import { bU as ComputeBudgetConfig, bV as TxTipConfig } from '../../api-
|
|
2
|
+
import { bU as ComputeBudgetConfig, bV as TxTipConfig } from '../../api-c27cc5ec.js';
|
|
3
3
|
import BN__default from 'bn.js';
|
|
4
4
|
import { TransferFeeConfig } from '@solana/spl-token';
|
|
5
5
|
import { TxVersion } from '../../common/txTool/txType.js';
|
|
@@ -10,7 +10,7 @@ import '@solana/web3.js';
|
|
|
10
10
|
import '../../marshmallow/index.js';
|
|
11
11
|
import '../../marshmallow/buffer-layout.js';
|
|
12
12
|
import 'decimal.js';
|
|
13
|
-
import '../../api-
|
|
13
|
+
import '../../api-c27cc5ec.js';
|
|
14
14
|
import 'axios';
|
|
15
15
|
import '../../solana/type.js';
|
|
16
16
|
import '@solana/spl-token';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TransactionInstruction, PublicKey } from '@solana/web3.js';
|
|
2
|
-
import { bT as InstructionReturn, x as AmmV4Keys, y as AmmV5Keys } from '../../api-
|
|
2
|
+
import { bT as InstructionReturn, x as AmmV4Keys, y as AmmV5Keys } from '../../api-c27cc5ec.js';
|
|
3
3
|
import BN__default from 'bn.js';
|
|
4
4
|
import { LiquidityAddInstructionParams, RemoveLiquidityInstruction, SwapFixedInInstructionParamsV4, SwapFixedOutInstructionParamsV4, SwapInstructionParams, InitPoolInstructionParamsV4 } from './type.js';
|
|
5
5
|
import 'axios';
|
|
@@ -23,15 +23,15 @@ declare const initPoolLayout: Structure<number | BN, "", {
|
|
|
23
23
|
startTime: BN;
|
|
24
24
|
}>;
|
|
25
25
|
declare const liquidityStateV4Layout: Structure<_solana_web3_js.PublicKey | BN | BN[], "", {
|
|
26
|
-
baseMint: _solana_web3_js.PublicKey;
|
|
27
|
-
quoteMint: _solana_web3_js.PublicKey;
|
|
28
|
-
status: BN;
|
|
29
26
|
nonce: BN;
|
|
30
27
|
state: BN;
|
|
31
28
|
lpVault: _solana_web3_js.PublicKey;
|
|
32
29
|
lpMint: _solana_web3_js.PublicKey;
|
|
33
30
|
padding: BN[];
|
|
34
31
|
owner: _solana_web3_js.PublicKey;
|
|
32
|
+
status: BN;
|
|
33
|
+
baseMint: _solana_web3_js.PublicKey;
|
|
34
|
+
quoteMint: _solana_web3_js.PublicKey;
|
|
35
35
|
baseVault: _solana_web3_js.PublicKey;
|
|
36
36
|
quoteVault: _solana_web3_js.PublicKey;
|
|
37
37
|
baseLotSize: BN;
|
|
@@ -79,14 +79,14 @@ declare const liquidityStateV4Layout: Structure<_solana_web3_js.PublicKey | BN |
|
|
|
79
79
|
declare type LiquidityStateLayoutV4 = typeof liquidityStateV4Layout;
|
|
80
80
|
declare type LiquidityStateV4 = GetStructureSchema<LiquidityStateLayoutV4>;
|
|
81
81
|
declare const liquidityStateV5Layout: Structure<_solana_web3_js.PublicKey | BN | BN[], "", {
|
|
82
|
-
baseMint: _solana_web3_js.PublicKey;
|
|
83
|
-
quoteMint: _solana_web3_js.PublicKey;
|
|
84
|
-
status: BN;
|
|
85
82
|
nonce: BN;
|
|
86
83
|
state: BN;
|
|
87
84
|
lpMint: _solana_web3_js.PublicKey;
|
|
88
85
|
padding: BN[];
|
|
89
86
|
owner: _solana_web3_js.PublicKey;
|
|
87
|
+
status: BN;
|
|
88
|
+
baseMint: _solana_web3_js.PublicKey;
|
|
89
|
+
quoteMint: _solana_web3_js.PublicKey;
|
|
90
90
|
baseVault: _solana_web3_js.PublicKey;
|
|
91
91
|
quoteVault: _solana_web3_js.PublicKey;
|
|
92
92
|
baseLotSize: BN;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '@solana/web3.js';
|
|
2
|
-
import '../../api-
|
|
2
|
+
import '../../api-c27cc5ec.js';
|
|
3
3
|
import '../../common/txTool/txType.js';
|
|
4
4
|
import 'bn.js';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
export { j as default } from '../../raydium-
|
|
6
|
+
export { j as default } from '../../raydium-d01bd283.js';
|
|
7
7
|
import './stable.js';
|
|
8
8
|
import './type.js';
|
|
9
9
|
import 'axios';
|
|
@@ -21,7 +21,7 @@ import '../../marshmallow/buffer-layout.js';
|
|
|
21
21
|
import '../account/types.js';
|
|
22
22
|
import '../account/layout.js';
|
|
23
23
|
import '../clmm/layout.js';
|
|
24
|
-
import '../../type-
|
|
24
|
+
import '../../type-a4faa080.js';
|
|
25
25
|
import '../cpmm/type.js';
|
|
26
26
|
import '../cpmm/curve/calculator.js';
|
|
27
27
|
import '../cpmm/layout.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PublicKey } from '@solana/web3.js';
|
|
2
2
|
import BN__default from 'bn.js';
|
|
3
3
|
import Decimal from 'decimal.js';
|
|
4
|
-
import { q as ApiV3PoolInfoStandardItem, x as AmmV4Keys, y as AmmV5Keys, ce as TokenAmount, bU as ComputeBudgetConfig, bV as TxTipConfig, ag as BigNumberish } from '../../api-
|
|
4
|
+
import { q as ApiV3PoolInfoStandardItem, x as AmmV4Keys, y as AmmV5Keys, ce as TokenAmount, bU as ComputeBudgetConfig, bV as TxTipConfig, ag as BigNumberish } from '../../api-c27cc5ec.js';
|
|
5
5
|
import { TxVersion } from '../../common/txTool/txType.js';
|
|
6
6
|
import { liquidityStateV4Layout } from './layout.js';
|
|
7
7
|
import 'axios';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PublicKey, Connection } from '@solana/web3.js';
|
|
2
2
|
import BN__default from 'bn.js';
|
|
3
|
-
import { x as AmmV4Keys, y as AmmV5Keys } from '../../api-
|
|
3
|
+
import { x as AmmV4Keys, y as AmmV5Keys } from '../../api-c27cc5ec.js';
|
|
4
4
|
import { LiquidityPoolKeys, AmmRpcData, ComputeAmountOutParam } from './type.js';
|
|
5
5
|
import 'axios';
|
|
6
6
|
import '../../solana/type.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@solana/web3.js';
|
|
2
|
-
import '../../api-
|
|
2
|
+
import '../../api-c27cc5ec.js';
|
|
3
3
|
import '../../common/txTool/txType.js';
|
|
4
|
-
export { M as MarketExtInfo, g as default } from '../../raydium-
|
|
4
|
+
export { M as MarketExtInfo, g as default } from '../../raydium-d01bd283.js';
|
|
5
5
|
import 'axios';
|
|
6
6
|
import '../../solana/type.js';
|
|
7
7
|
import 'bn.js';
|
|
@@ -22,7 +22,7 @@ import '../liquidity/stable.js';
|
|
|
22
22
|
import '../liquidity/type.js';
|
|
23
23
|
import '../liquidity/layout.js';
|
|
24
24
|
import '../clmm/layout.js';
|
|
25
|
-
import '../../type-
|
|
25
|
+
import '../../type-a4faa080.js';
|
|
26
26
|
import '../cpmm/type.js';
|
|
27
27
|
import '../cpmm/curve/calculator.js';
|
|
28
28
|
import '../cpmm/layout.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { M as MarketExtInfo, g as default } from '../../raydium-
|
|
1
|
+
export { M as MarketExtInfo, g as default } from '../../raydium-d01bd283.js';
|
|
2
2
|
export { initializeMarket, makeCreateMarketInstruction } from './instrument.js';
|
|
3
3
|
export { MARKET_STATE_LAYOUT_V2 } from './layout.js';
|
|
4
4
|
import '@solana/web3.js';
|
|
5
|
-
import '../../api-
|
|
5
|
+
import '../../api-c27cc5ec.js';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import '../../solana/type.js';
|
|
8
8
|
import 'bn.js';
|
|
@@ -24,7 +24,7 @@ import '../liquidity/stable.js';
|
|
|
24
24
|
import '../liquidity/type.js';
|
|
25
25
|
import '../liquidity/layout.js';
|
|
26
26
|
import '../clmm/layout.js';
|
|
27
|
-
import '../../type-
|
|
27
|
+
import '../../type-a4faa080.js';
|
|
28
28
|
import '../cpmm/type.js';
|
|
29
29
|
import '../cpmm/curve/calculator.js';
|
|
30
30
|
import '../cpmm/layout.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@solana/web3.js';
|
|
2
2
|
import '../common/logger.js';
|
|
3
|
-
import '../api-
|
|
4
|
-
export { i as ModuleBaseProps, h as default } from '../raydium-
|
|
3
|
+
import '../api-c27cc5ec.js';
|
|
4
|
+
export { i as ModuleBaseProps, h as default } from '../raydium-d01bd283.js';
|
|
5
5
|
import 'axios';
|
|
6
6
|
import '../solana/type.js';
|
|
7
7
|
import 'bn.js';
|
|
@@ -22,7 +22,7 @@ import './liquidity/stable.js';
|
|
|
22
22
|
import './liquidity/type.js';
|
|
23
23
|
import './liquidity/layout.js';
|
|
24
24
|
import './clmm/layout.js';
|
|
25
|
-
import '../type-
|
|
25
|
+
import '../type-a4faa080.js';
|
|
26
26
|
import './cpmm/type.js';
|
|
27
27
|
import './cpmm/curve/calculator.js';
|
|
28
28
|
import './cpmm/layout.js';
|
package/lib/raydium/raydium.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '@solana/web3.js';
|
|
2
|
-
import '../api-
|
|
2
|
+
import '../api-c27cc5ec.js';
|
|
3
3
|
import '../api/url.js';
|
|
4
4
|
import '../common/owner.js';
|
|
5
5
|
import '../solana/type.js';
|
|
6
|
-
export { c as Raydium, a as RaydiumApiBatchRequestParams, b as RaydiumConstructorParams, R as RaydiumLoadParams } from '../raydium-
|
|
6
|
+
export { c as Raydium, a as RaydiumApiBatchRequestParams, b as RaydiumConstructorParams, R as RaydiumLoadParams } from '../raydium-d01bd283.js';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'bn.js';
|
|
9
9
|
import '@solana/spl-token';
|
|
@@ -22,7 +22,7 @@ import './liquidity/stable.js';
|
|
|
22
22
|
import './liquidity/type.js';
|
|
23
23
|
import './liquidity/layout.js';
|
|
24
24
|
import './clmm/layout.js';
|
|
25
|
-
import '../type-
|
|
25
|
+
import '../type-a4faa080.js';
|
|
26
26
|
import './cpmm/type.js';
|
|
27
27
|
import './cpmm/curve/calculator.js';
|
|
28
28
|
import './cpmm/layout.js';
|