@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 +0 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2028,14 +2028,7 @@ var NearStrategy = class {
|
|
|
2028
2028
|
return {
|
|
2029
2029
|
success: true,
|
|
2030
2030
|
transactionHash: "PENDING_USER_DEPOSIT",
|
|
2031
|
-
// Placeholder or null
|
|
2032
2031
|
netAmount: quoteResult.amountAtomicNet,
|
|
2033
|
-
// Or formatted
|
|
2034
|
-
// We might need to extend SettleResponse to include explicit instruction
|
|
2035
|
-
// For now, we reuse the existing type.
|
|
2036
|
-
// In a real scenario, we'd add `depositAddress` to the response type.
|
|
2037
|
-
// Assuming SettleResponse is flexible or we console log it for the user context.
|
|
2038
|
-
// To be safe and useful:
|
|
2039
2032
|
data: {
|
|
2040
2033
|
depositAddress: quoteResult.depositAddress,
|
|
2041
2034
|
amountToDeposit: quoteResult.amountAtomicNet,
|