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

Add gasLimit option to EvmSignerOptions for overriding gas limit #755

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

clar
Copy link
Contributor

@clar clar commented Dec 12, 2024

The EVM signer's gas limit is hardcoded to 500,000, which is insufficient for chains like Arbitrum in some cases.

We need to provide the ability to modify the gas limit in EvmSignerOptions.

Dune query:
select * from arbitrum.transactions where to = 0x0b2402144Bb366A632D14B83F244D2e0e21bD39c order by gas_used desc limit 100

@kev1n-peters
Copy link
Collaborator

Thanks for the PR!

@kev1n-peters kev1n-peters merged commit a0daa38 into wormhole-foundation:main Dec 18, 2024
1 check passed
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.

3 participants