You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a user with funds stuck in layer 1.5 because it seems like we either got a 0 gasFee or something, so allowance = output amount --> instant fail because there are no base tokens left to pay for the gas fee. We should never allow this case. Note that in that tx "gasBudget": 9007199254740990 provides a hint that probably the request to wasp to estimate the gas failed
The text was updated successfully, but these errors were encountered:
Task description
We have a user with funds stuck in layer 1.5 because it seems like we either got a 0 gasFee or something, so
allowance = output amount
--> instant fail because there are no base tokens left to pay for the gas fee. We should never allow this case. Note that in that tx"gasBudget": 9007199254740990
provides a hint that probably the request to wasp to estimate the gas failedThe text was updated successfully, but these errors were encountered: