Skip to content

Commit

Permalink
chore: nix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jan 17, 2024
1 parent 1027602 commit 8ab5482
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ Then you can submit this file using the `create-validator` sub-command:
```sh
uniond tx staking create-validator $VALIDATOR_JSON_PATH --from $KEY_NAME --chain-id union-testnet-5
```
*Where `VALIDATOR_JSON_PATH` is the path to your `validator.json`

_Where `VALIDATOR_JSON_PATH` is the path to your `validator.json`_

:::caution

If you're running a node with a Docker container, your `validator.json` will need to be in a folder accessible by your Docker container.
If you're running a node with a Docker container, your `validator.json` will need to be in a folder accessible by your Docker container.

If you've followed our instructions for setting up either of our Docker images, you should be able to place this file under `.unionvisor` (for Unionvisor containers) or under `.union` (for union-release containers).

Expand Down

0 comments on commit 8ab5482

Please sign in to comment.