@1llet.xyz/erc4337-gasless-sdk 0.4.45 → 0.4.46

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
@@ -2403,6 +2403,7 @@ async function getNearSimulation(sourceChain, destChain, amount, destToken, sour
2403
2403
  sender,
2404
2404
  { dry: true }
2405
2405
  );
2406
+ console.log(">>> [Bridge Quote] API Response:", JSON.stringify(quoteResult.quote, null, 2));
2406
2407
  return {
2407
2408
  success: true,
2408
2409
  amountSent: amountNum,