@1llet.xyz/erc4337-gasless-sdk 0.4.45 → 0.4.47
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- 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 +3 -1
package/dist/index.mjs
CHANGED
|
@@ -2385,7 +2385,7 @@ async function getNearSimulation(sourceChain, destChain, amount, destToken, sour
|
|
|
2385
2385
|
protocolFee: usedFee,
|
|
2386
2386
|
netAmountBridged: parseFloat(netAmountBridged),
|
|
2387
2387
|
// @ts-ignore - access safe property
|
|
2388
|
-
estimatedReceived: quoteResult.quote?.quote?.
|
|
2388
|
+
estimatedReceived: quoteResult.quote?.quote?.amountOutFormatted || "0",
|
|
2389
2389
|
minAmount: MIN_AMOUNT
|
|
2390
2390
|
};
|
|
2391
2391
|
} catch (error) {
|