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 gas fee protection for evm #262

Open
debendraoli opened this issue Jun 24, 2024 · 0 comments · May be fixed by #261
Open

Add gas fee protection for evm #262

debendraoli opened this issue Jun 24, 2024 · 0 comments · May be fixed by #261
Assignees
Labels
enhancement New feature or request feature

Comments

@debendraoli
Copy link
Collaborator

debendraoli commented Jun 24, 2024

Previously we had gas limit and gas min checks but those seems unnecessary considering last week arbitrum gas spike.

Possible solution to prevent maximum spending can be adding checks for gasCap instead of gas limit we have now. This way we can control the spending using config value.

@debendraoli debendraoli added enhancement New feature or request feature labels Jun 24, 2024
@debendraoli debendraoli self-assigned this Jun 24, 2024
@debendraoli debendraoli linked a pull request Jun 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant