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
When choosing the max to bridge I get an error message insuffienct funds for gas where I then would have to manually deduct the gas needed. Ideally the bridge would automatically deduct the gas needed from the amount, as close as possible.
Steps to reproduce
Go to the bridge and click max.
Additional context
Additional context here.
The text was updated successfully, but these errors were encountered:
@shadab-taiko this should be a good one to work on as priority. Can make add a "estimateGas" option in the domain bridge opts and if it's true, don't send the tx but just estimate the gas instead. And we can subtract that amount from the Max balance when button clicked.
Describe the bug
When choosing the max to bridge I get an error message
insuffienct funds for gas
where I then would have to manually deduct the gas needed. Ideally the bridge would automatically deduct the gas needed from the amount, as close as possible.Steps to reproduce
Go to the bridge and click max.
Additional context
Additional context here.
The text was updated successfully, but these errors were encountered: