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
As far as I'm aware this call is to determine the amount of gas needed for this transaction. Would gas price have any impact on this call? (there are certain chain providers that simply fail if these additional properties are provided such as Mantle hence I'm trying to understand if they are required at all)
Seems like gas passed is simply too low and causes the estimation call to fail
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a reason gas related parameters are added to the estimateGas call here:
viem/src/actions/public/estimateGas.ts
Lines 178 to 182 in 6051ca3
As far as I'm aware this call is to determine the amount of gas needed for this transaction. Would gas price have any impact on this call? (there are certain chain providers that simply fail if these additional properties are provided such as Mantle hence I'm trying to understand if they are required at all)
Seems like
gas
passed is simply too low and causes the estimation call to failBeta Was this translation helpful? Give feedback.
All reactions