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
Hi, if I send a transaction through ethers without using gasEstimate (not setting gasLimit) and also not setting maxFeePerGas and maxPriorityFeePerGas, what happens when I broadcast this transaction?
does ethers under the hood contacts provider for those estimates and use them, cause I know you can call provider.getFeeData or do a gasEstimate manually prior to calling the method on contract.
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.
-
Hi, if I send a transaction through ethers without using gasEstimate (not setting gasLimit) and also not setting maxFeePerGas and maxPriorityFeePerGas, what happens when I broadcast this transaction?
does ethers under the hood contacts provider for those estimates and use them, cause I know you can call provider.getFeeData or do a gasEstimate manually prior to calling the method on contract.
What values are used ?
Beta Was this translation helpful? Give feedback.
All reactions