safe-global / safe-android

🔐 App to manage and interact with Safe
https://safe.global
GNU General Public License v3.0
91 stars 38 forks source link

[Android] [ExecTx] Increase gasLimit on GC by 30% #1988

Open elgatovital opened 1 year ago

elgatovital commented 1 year ago

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 https://github.com/NethermindEth/nethermind/issues/5637

Acceptance criteria Increased gas estimation on Gnosis Chain

see https://github.com/safe-global/safe-ios/issues/3084

liliya-soroka commented 1 year ago

Verified app version 3.8.0 -4013