Skip to content
This repository was archived by the owner on Sep 6, 2026. It is now read-only.
This repository was archived by the owner on Sep 6, 2026. It is now read-only.

Expose SafeTx gas refund parameters #15

Description

@aiman

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:

  • --gas-price
  • --gas-token
  • --refund-receiver

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions