@meteora-ag/dlmm 1.4.3-rc.0 → 1.4.3-rc.2

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 CHANGED
@@ -8776,10 +8776,12 @@ var DLMM = class {
8776
8776
  const accountsToFetch = Array.from(binArraysPubkey).map(
8777
8777
  (pubkey) => new (0, _web3js.PublicKey)(pubkey)
8778
8778
  );
8779
+ console.log("\u{1F680} ~ DLMM ~ accountsToFetch:", accountsToFetch.map((x) => x.toString()));
8779
8780
  const binArraysAccInfoBuffer = await chunkedGetMultipleAccountInfos(
8780
8781
  this.program.provider.connection,
8781
8782
  accountsToFetch
8782
8783
  );
8784
+ console.log("\u{1F680} ~ DLMM ~ binArraysAccInfoBuffer:", binArraysAccInfoBuffer);
8783
8785
  const binArrays = await Promise.all(
8784
8786
  binArraysAccInfoBuffer.map(async (accInfo, idx) => {
8785
8787
  const account = this.program.coder.accounts.decode(