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
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Describe the bug
Withdrawals use a hardcoded fee because they cannot estimate without sigs. This does not account for the WithdrawHelper calls. We should be estimating the WithdrawHelper fees and adding those into the amount we account for in the gas calculations.
During implementation should also consider the edge case where the quote is requested without a callData field, and callData is supplied to the engine API. (Quote should not be valid in this case)
The text was updated successfully, but these errors were encountered:
Describe the bug
Withdrawals use a hardcoded fee because they cannot estimate without sigs. This does not account for the
WithdrawHelper
calls. We should be estimating theWithdrawHelper
fees and adding those into the amount we account for in the gas calculations.During implementation should also consider the edge case where the quote is requested without a
callData
field, andcallData
is supplied to the engine API. (Quote should not be valid in this case)The text was updated successfully, but these errors were encountered: