We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@banteg:
still encountering problems when trying to submit a multisend tx. they are mostly coming from gas estimation: prepare_transaction tries to estimate gas from a safe address it fails when the safe has no ether to cover the gas costs, but in reality safe itself never pays for gas it fails because it tries to estimate a call to the multisend contract, while it only supports delegatecall we need to somehow override the tx handler or find a way to pass additional metadata to skip some checks
still encountering problems when trying to submit a multisend tx. they are mostly coming from gas estimation:
prepare_transaction
call
delegatecall
we need to somehow override the tx handler or find a way to pass additional metadata to skip some checks
Originally posted by @banteg in #11 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
@banteg:
Originally posted by @banteg in #11 (comment)
The text was updated successfully, but these errors were encountered: