@meteora-ag/dlmm 1.0.35-rc.7 → 1.0.35-rc.8
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.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6948,6 +6948,11 @@ var DLMM = class {
|
|
|
6948
6948
|
program.programId
|
|
6949
6949
|
);
|
|
6950
6950
|
const account = await program.account.lbPair.fetchNullable(lbPairKey);
|
|
6951
|
+
console.log(
|
|
6952
|
+
"\u{1F680} ~ DLMM ~ account:",
|
|
6953
|
+
account.parameters,
|
|
6954
|
+
baseFactor.toNumber()
|
|
6955
|
+
);
|
|
6951
6956
|
if (account && account.parameters.baseFactor === baseFactor.toNumber()) {
|
|
6952
6957
|
return lbPairKey;
|
|
6953
6958
|
}
|