@raydium-io/raydium-sdk-v2 0.0.36-alpha → 0.0.37-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/index.d.ts +1 -1
- 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/raydium/account/account.d.ts +1 -1
- package/lib/raydium/clmm/clmm.d.ts +1 -1
- package/lib/raydium/clmm/clmm.js +1 -1
- package/lib/raydium/clmm/clmm.js.map +1 -1
- package/lib/raydium/clmm/clmm.mjs +1 -1
- package/lib/raydium/clmm/clmm.mjs.map +1 -1
- package/lib/raydium/clmm/index.d.ts +1 -1
- package/lib/raydium/clmm/index.js +1 -1
- package/lib/raydium/clmm/index.js.map +1 -1
- package/lib/raydium/clmm/index.mjs +1 -1
- package/lib/raydium/clmm/index.mjs.map +1 -1
- package/lib/raydium/cpmm/cpmm.d.ts +1 -1
- package/lib/raydium/farm/farm.d.ts +1 -1
- package/lib/raydium/ido/ido.d.ts +1 -1
- package/lib/raydium/ido/index.d.ts +1 -1
- package/lib/raydium/index.d.ts +1 -1
- 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/liquidity/liquidity.d.ts +1 -1
- package/lib/raydium/marketV2/createMarket.d.ts +1 -1
- package/lib/raydium/marketV2/index.d.ts +1 -1
- package/lib/raydium/moduleBase.d.ts +1 -1
- package/lib/raydium/raydium.d.ts +1 -1
- 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/token.d.ts +1 -1
- package/lib/raydium/tradeV2/index.js +1 -1
- package/lib/raydium/tradeV2/index.js.map +1 -1
- package/lib/raydium/tradeV2/index.mjs +1 -1
- package/lib/raydium/tradeV2/index.mjs.map +1 -1
- package/lib/raydium/tradeV2/instrument.js +1 -1
- package/lib/raydium/tradeV2/instrument.js.map +1 -1
- package/lib/raydium/tradeV2/instrument.mjs +1 -1
- package/lib/raydium/tradeV2/instrument.mjs.map +1 -1
- package/lib/raydium/tradeV2/trade.d.ts +1 -1
- package/lib/raydium/utils1216/index.d.ts +1 -1
- package/lib/raydium/utils1216/utils1216.d.ts +1 -1
- package/lib/{raydium-5d4faf36.d.ts → raydium-3aa078dd.d.ts} +6 -1
- package/package.json +1 -1
- package/src/raydium/clmm/clmm.ts +19 -1
|
@@ -3,7 +3,7 @@ import '../../type-541fc296.js';
|
|
|
3
3
|
import 'bn.js';
|
|
4
4
|
import 'decimal.js';
|
|
5
5
|
import '../../common/txTool/txType.js';
|
|
6
|
-
export { L as default } from '../../raydium-
|
|
6
|
+
export { L as default } from '../../raydium-3aa078dd.js';
|
|
7
7
|
import './type.js';
|
|
8
8
|
import '@solana/spl-token';
|
|
9
9
|
import '../../solana/type.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { e as default } from '../../raydium-
|
|
1
|
+
export { e as default } from '../../raydium-3aa078dd.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';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@solana/web3.js';
|
|
2
2
|
import '../common/logger.js';
|
|
3
3
|
import '../type-541fc296.js';
|
|
4
|
-
export { g as ModuleBaseProps, f as default } from '../raydium-
|
|
4
|
+
export { g as ModuleBaseProps, f as default } from '../raydium-3aa078dd.js';
|
|
5
5
|
import 'bn.js';
|
|
6
6
|
import '@solana/spl-token';
|
|
7
7
|
import '../solana/type.js';
|
package/lib/raydium/raydium.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import '../type-541fc296.js';
|
|
|
4
4
|
import '../api/url.js';
|
|
5
5
|
import '../common/owner.js';
|
|
6
6
|
import '../solana/type.js';
|
|
7
|
-
export { c as Raydium, a as RaydiumApiBatchRequestParams, b as RaydiumConstructorParams, R as RaydiumLoadParams } from '../raydium-
|
|
7
|
+
export { c as Raydium, a as RaydiumApiBatchRequestParams, b as RaydiumConstructorParams, R as RaydiumLoadParams } from '../raydium-3aa078dd.js';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'bn.js';
|
|
10
10
|
import '@solana/spl-token';
|