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

Set version for web3 dependency and fix FeeTooLow #83

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Raise gas
llunaCreixent committed Nov 16, 2023
commit 401af3a87748a059241fbcb90afd18fe0add6656
Original file line number Diff line number Diff line change
@@ -366,7 +366,7 @@ def deploy_create2_safe_tx(self, safe_address: str) -> SafeCreation2:
safe_creation2.master_copy,
setup_data,
safe_creation2.salt_nonce,
gas=safe_creation2.gas_estimated + 500000, # Just in case
gas=safe_creation2.gas_estimated + 5000000, # Just in case
gas_price=safe_creation2.gas_price_estimated+8,
nonce=tx_nonce,
)