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 a user is depositing maximum available ETH via direct deposit there's nothing left to pay for gas, therefore we should eagerly estimate possible cost upper bound.
This can be done by using a prepare hook with a specified unit of gas cost https://wagmi.sh/core/actions/prepareWriteContract#gasprice-optional
A unit of gas cost should be configured at pool level for native pools
The text was updated successfully, but these errors were encountered:
When a user is depositing maximum available ETH via direct deposit there's nothing left to pay for gas, therefore we should eagerly estimate possible cost upper bound.
This can be done by using a prepare hook with a specified unit of gas cost
https://wagmi.sh/core/actions/prepareWriteContract#gasprice-optional
A unit of gas cost should be configured at pool level for native pools
The text was updated successfully, but these errors were encountered: