@meteora-ag/dlmm 1.3.9-dp.0 → 1.3.9-dp.1
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.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9634,7 +9634,7 @@ async function getTokensMintFromPoolAddress(connection, poolAddress, opt) {
|
|
|
9634
9634
|
);
|
|
9635
9635
|
const program = new Program2(
|
|
9636
9636
|
IDL,
|
|
9637
|
-
LBCLMM_PROGRAM_IDS[opt?.cluster ?? "mainnet-beta"],
|
|
9637
|
+
opt.programId ?? LBCLMM_PROGRAM_IDS[opt?.cluster ?? "mainnet-beta"],
|
|
9638
9638
|
provider
|
|
9639
9639
|
);
|
|
9640
9640
|
const poolAccount = await program.account.lbPair.fetchNullable(
|