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

fix: safe tx gas price should be zero #52

Merged
merged 4 commits into from
Jun 10, 2024
Merged

Conversation

banteg
Copy link
Contributor

@banteg banteg commented Jun 9, 2024

What I did

gas price has a different meaning in safe transactions. it is used to pay the relayer which is not what we want.

https://github.com/safe-global/safe-smart-account/blob/a9e3385bb38c29d45b3901ff7180b59fcee86ac9/contracts/Safe.sol#L180-L182

fixes inability to execute submitted transactions.

How I did it

force gas_price to zero

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

@fubuloubu fubuloubu merged commit 4889ed7 into ApeWorX:main Jun 10, 2024
13 checks 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.

2 participants