update-metadata

Update Validator Metadata

Updates various metadata fields for a validator.

Usage

movement sui validator update-metadata [OPTIONS] <COMMAND>

Commands

  • name Update name. Effectuate immediately.

  • description Update description. Effectuate immediately.

  • image-url Update Image URL. Effectuate immediately.

  • project-url Update Project URL. Effectuate immediately.

  • network-address Update Network Address. Effectuate from next epoch.

  • primary-address Update Primary Address. Effectuate from next epoch.

  • worker-address Update Worker Address. Effectuate from next epoch.

  • p2p-address Update P2P Address. Effectuate from next epoch.

  • network-pub-key Update Network Public Key. Effectuate from next epoch.

  • worker-pub-key Update Worker Public Key. Effectuate from next epoch.

  • protocol-pub-key Update Protocol Public Key and Proof and Possession. Effectuate from next epoch.

  • help Print this message or the help of the given subcommand(s).

Options

  • --gas-budget <gas-budget> Gas budget for this transaction.

  • --json Return command outputs in json format.

  • -h, --help Print help.

  • -V, --version Print version.

Last updated