@meteora-ag/dlmm 1.3.9-rc.0 → 1.3.9-rc.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.js +33 -33
- 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
|
@@ -7563,7 +7563,7 @@ async function getTokensMintFromPoolAddress(connection, poolAddress, opt) {
|
|
|
7563
7563
|
);
|
|
7564
7564
|
const program = new Program2(
|
|
7565
7565
|
IDL,
|
|
7566
|
-
LBCLMM_PROGRAM_IDS[opt?.cluster ?? "mainnet-beta"],
|
|
7566
|
+
opt?.programId ?? LBCLMM_PROGRAM_IDS[opt?.cluster ?? "mainnet-beta"],
|
|
7567
7567
|
provider
|
|
7568
7568
|
);
|
|
7569
7569
|
const poolAccount = await program.account.lbPair.fetchNullable(
|