update-gas-price

Update Gas Price for Calculating Reference Gas Price

Updates the gas price that is used to calculate the reference gas price.

Usage

movement sui validator update-gas-price [OPTIONS] <gas-price>

Arguments

  • <gas-price>: The new gas price to be used for calculating the reference gas price.

Options

  • --operation-cap-id <operation-cap-id>: Optional when the sender is the validator itself and it holds the Cap object. Required when the sender is not the validator itself. The validator's OperationCap ID can be found by using the display-metadata subcommand.

  • --gas-budget <gas-budget>: The gas budget for this transaction.

  • --json: Return command outputs in JSON format.

  • -h, --help: Print help (see a summary with '-h').

  • -V, --version: Print version.

Last updated