@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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -1
package/dist/index.mjs
CHANGED
|
@@ -2379,6 +2379,7 @@ async function getNearSimulation(sourceChain, destChain, amount, destToken, sour
|
|
|
2379
2379
|
sender,
|
|
2380
2380
|
{ dry: true }
|
|
2381
2381
|
);
|
|
2382
|
+
console.log(">>> [Bridge Quote] API Response:", JSON.stringify(quoteResult.quote, null, 2));
|
|
2382
2383
|
return {
|
|
2383
2384
|
success: true,
|
|
2384
2385
|
amountSent: amountNum,
|