Skip to content
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

forge(feat): make estimateGas for all transactions before broadcast for L2s #1883

Merged
merged 2 commits into from Jun 8, 2022

Conversation

joshieDo
Copy link
Collaborator

@joshieDo joshieDo commented Jun 8, 2022

Motivation

Provide a correct gas usage if using Arbitrum or Optimism.

Solution

Instead of doing eth_estimateGas right before broadcasting each transaction, we now do it before we store it on ScriptSequence.

Also allows us to provide (to all chains) an estimation of ETH required for the script.

image

@mattsse mattsse merged commit fc98d94 into foundry-rs:master Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants