@meteora-ag/cp-amm-sdk 1.1.9 → 1.2.0
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12472,9 +12472,6 @@ var CpAmm = class {
|
|
|
12472
12472
|
});
|
|
12473
12473
|
}
|
|
12474
12474
|
};
|
|
12475
|
-
|
|
12476
|
-
// src/index.ts
|
|
12477
|
-
var index_default = cp_amm_default;
|
|
12478
12475
|
export {
|
|
12479
12476
|
ActivationPoint,
|
|
12480
12477
|
ActivationType,
|
|
@@ -12486,6 +12483,7 @@ export {
|
|
|
12486
12483
|
CURRENT_POOL_VERSION,
|
|
12487
12484
|
CollectFeeMode,
|
|
12488
12485
|
CpAmm,
|
|
12486
|
+
cp_amm_default as CpAmmIdl,
|
|
12489
12487
|
DYNAMIC_FEE_DECAY_PERIOD_DEFAULT,
|
|
12490
12488
|
DYNAMIC_FEE_FILTER_PERIOD_DEFAULT,
|
|
12491
12489
|
DYNAMIC_FEE_REDUCTION_FACTOR_DEFAULT,
|
|
@@ -12535,7 +12533,6 @@ export {
|
|
|
12535
12533
|
convertToLamports,
|
|
12536
12534
|
convertToRateLimiterSecondFactor,
|
|
12537
12535
|
decimalToQ64,
|
|
12538
|
-
index_default as default,
|
|
12539
12536
|
deriveClaimFeeOperatorAddress,
|
|
12540
12537
|
deriveConfigAddress,
|
|
12541
12538
|
deriveCustomizablePoolAddress,
|