@meteora-ag/cp-amm-sdk 1.0.1-rc.1 → 1.0.1-rc.3
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 +6160 -1
- package/dist/index.d.ts +6160 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7819,6 +7819,9 @@ var CpAmm = class {
|
|
|
7819
7819
|
});
|
|
7820
7820
|
}
|
|
7821
7821
|
};
|
|
7822
|
+
|
|
7823
|
+
// src/index.ts
|
|
7824
|
+
var index_default = cp_amm_default;
|
|
7822
7825
|
export {
|
|
7823
7826
|
ActivationPoint,
|
|
7824
7827
|
ActivationType,
|
|
@@ -7837,6 +7840,7 @@ export {
|
|
|
7837
7840
|
SCALE_OFFSET,
|
|
7838
7841
|
TradeDirection,
|
|
7839
7842
|
calculateSwap,
|
|
7843
|
+
index_default as default,
|
|
7840
7844
|
deriveClaimFeeOperatorAddress,
|
|
7841
7845
|
deriveConfigAddress,
|
|
7842
7846
|
deriveCustomizablePoolAddress,
|