You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Soon SDK will add a new method sendTransactionsWithParams to allow app developers specify safeTxGas (and other params to come in the future). The interface needs to support that
Related SDK issue - safe-global/safe-apps-sdk#21
Why is it needed? What is the value? For whom do we build it?
Often developers of dapps have a good understanding how much gas is required by their dapps. Therefore for normal transactions it is possible to provide the wallet with a gasLimit that should be used. For the Safe contracts safeTxGas is this gas limit. Therefore we should allow that a sapp can provide this information