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 Sep 6, 2026. It is now read-only.
Safe transactions include parameters relating to gas refund mechanism.
When a SafeTx is executed, the Safe pays gasPrice * gasLimit in gasToken tokens to the refundReceiver. So the gas refund only takes place when gasPrice > 0.
However, these parameters are not yet exposed. When building a new SafeTx, gasPrice is set to 0, effectively disabling the gas refund mechanism.
For users that want to make use of this feature, expose the gas refund parameters by making them customizable:
Safe transactions include parameters relating to gas refund mechanism.
When a SafeTx is executed, the Safe pays
gasPrice * gasLimitingasTokentokens to therefundReceiver. So the gas refund only takes place whengasPrice > 0.However, these parameters are not yet exposed. When building a new SafeTx,
gasPriceis set to0, effectively disabling the gas refund mechanism.For users that want to make use of this feature, expose the gas refund parameters by making them customizable:
--gas-price--gas-token--refund-receiver