Skip to content

Commit

Permalink
more detail in change-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Jun 28, 2024
1 parent 10c9ac8 commit 2fa9f93
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/docs/pages/operators/validators/validator-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@ namadac change-metadata \
--avatar $AVATAR \
--name $NAME
```
Apart from `--validator`, not all of the fields are required (but at least one of them is).
Only the `--validator` argument is required along with at least one of the other arguments listed above. In order to remove a piece of metadata (aside from the required `email`), pass `""` as an argument.

For example, in order to change the validator name and description but remove the existing discord handle, one would run:

```bash copy
namadac change-metadata --validator $VALIDATOR_ADDRESS \
--description $NEW_DESC \
--discord-handle "" \
--name $NEW_NAME
```

### Deactivation and reactivation

Expand Down

0 comments on commit 2fa9f93

Please sign in to comment.