-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gasPriceOracle): Allow caller to pass in base fee multiplier #801
Conversation
We should have quoting API apply its GAS_MARKUP to the base fee rather than the estimated gas units
Based on SDK changes in across-protocol/sdk#801
@gsteenkamp89 Since Dong-Ha is out this week, are you interested to take a look at updating the api to handle this change? |
Yeah I can tackle this 👍 |
G this might be relevant: across-protocol/frontend#1339 |
Motivation:
We should have quoting API apply its GAS_MARKUP to the base fee rather than the estimated gas units.
Features
estimateTotalGasRequiredByUnsignedTransaction
Downstream PR's