@1llet.xyz/erc4337-gasless-sdk 0.4.28 → 0.4.29

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
@@ -2034,14 +2034,7 @@ var NearStrategy = class {
2034
2034
  return {
2035
2035
  success: true,
2036
2036
  transactionHash: "PENDING_USER_DEPOSIT",
2037
- // Placeholder or null
2038
2037
  netAmount: quoteResult.amountAtomicNet,
2039
- // Or formatted
2040
- // We might need to extend SettleResponse to include explicit instruction
2041
- // For now, we reuse the existing type.
2042
- // In a real scenario, we'd add `depositAddress` to the response type.
2043
- // Assuming SettleResponse is flexible or we console log it for the user context.
2044
- // To be safe and useful:
2045
2038
  data: {
2046
2039
  depositAddress: quoteResult.depositAddress,
2047
2040
  amountToDeposit: quoteResult.amountAtomicNet,