-
Notifications
You must be signed in to change notification settings - Fork 7
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
Spec Gnosis Chain withdrawals #1
Conversation
execution/withdrawals.md
Outdated
gas_limit: TBD | ||
max_priority_fee_per_gas: 0 | ||
max_fee_per_gas: 0 | ||
gas_limit: 1600000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be too low for complex logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. ERC20 transfers can require 50-200k gas. With 16 widrawals per block * 200k = 3.2M. Will increase to 30,000,000 (= block gas limit) as an arbitrary higher value.
Spec Gnosis Chain withdrawals, extending ethereum/eip-4895.
Content and todos
CC: @LukaszRozmej @jmederosalvarado @yperbasis