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
After investigation it appears that maxGasTokenAmount could be underestimated.
I think there is 2 alternatives to solve it:
A- Ensure maxGasTokenAmount is computed with current gas price
B- (the hacky one): increase the hardcoded value
The text was updated successfully, but these errors were encountered:
There is a failing test for
avnu_provider
in CI (see https://github.com/focustree/starknet.dart/actions/runs/13471925415/job/37773272836?pr=436)After investigation it appears that
maxGasTokenAmount
could be underestimated.I think there is 2 alternatives to solve it:
A- Ensure
maxGasTokenAmount
is computed with current gas priceB- (the hacky one): increase the hardcoded value
The text was updated successfully, but these errors were encountered: