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
Background Users have the problem that they cannot execute transactions on Gnosis Chain because the gas estimation is too low.
The web team already implemented a fix to mitigate this issue by increasing the estimation by 30% as specified here https://github.com/safe-global/web-core/blob/dev/src/hooks/useGasLimit.ts#L78-L86.
We need to the same for Android.
For additional reference see NethermindEth/nethermind#5637
Acceptance criteria Increased gas estimation on Gnosis Chain
see safe-global/safe-ios#3084
The text was updated successfully, but these errors were encountered:
Verified app version 3.8.0 -4013
Sorry, something went wrong.
elgatovital
No branches or pull requests
Background
Users have the problem that they cannot execute transactions on Gnosis Chain because the gas estimation is too low.
The web team already implemented a fix to mitigate this issue by increasing the estimation by 30% as specified here https://github.com/safe-global/web-core/blob/dev/src/hooks/useGasLimit.ts#L78-L86.
We need to the same for Android.
For additional reference see
NethermindEth/nethermind#5637
Acceptance criteria
Increased gas estimation on Gnosis Chain
see safe-global/safe-ios#3084
The text was updated successfully, but these errors were encountered: