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
this errors mainly started to happen after we included fee calculation/customization on approval screen
one possible solution to it is to handle the estimation inside a try {} catch {} , and in case it fails, use the gasLimit / maxFee that was already in the transaction request, avoiding to break the flow
How to reproduce
The text was updated successfully, but these errors were encountered:
this errors mainly started to happen after we included fee calculation/customization on approval screen
one possible solution to it is to handle the estimation inside a
try {} catch {}
, and in case it fails, use thegasLimit
/maxFee
that was already in the transaction request, avoiding to break the flowThe text was updated successfully, but these errors were encountered: