Skip to content

Commit

Permalink
docs: bump export tool readme (#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored Oct 3, 2024
1 parent c919fd2 commit 5f30e25
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cmd/gaiad/cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ make build BUILD_TAGS="unsafe_start_local_validator"
Example of running the command:

```shell
./gaiad testnet unsafe-start-local-validator
--validator-operator="cosmosvaloper17fjdcqy7g80pn0seexcch5pg0dtvs45p57t97r"
--validator-pubkey="SLpHEfzQHuuNO9J1BB/hXyiH6c1NmpoIVQ2pMWmyctE="
--validator-privkey="AiayvI2px5CZVl/uOGmacfFjcIBoyk3Oa2JPBO6zEcdIukcR/NAe64070nUEH+FfKIfpzU2amghVDakxabJy0Q=="
./gaiad testnet unsafe-start-local-validator \
--validator-operator="cosmosvaloper17fjdcqy7g80pn0seexcch5pg0dtvs45p57t97r" \
--validator-pubkey="SLpHEfzQHuuNO9J1BB/hXyiH6c1NmpoIVQ2pMWmyctE=" \
--validator-privkey="AiayvI2px5CZVl/uOGmacfFjcIBoyk3Oa2JPBO6zEcdIukcR/NAe64070nUEH+FfKIfpzU2amghVDakxabJy0Q==" \
--accounts-to-fund="cosmos1ju6tlfclulxumtt2kglvnxduj5d93a64r5czge,cosmos1r5v5srda7xfth3hn2s26txvrcrntldjumt8mhl"
[other gaiad start flags]
```

## Local setup
Expand Down

0 comments on commit 5f30e25

Please sign in to comment.