Skip to content

Commit

Permalink
Update run-validators.mdx (hyperlane-xyz#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot authored Jan 12, 2024
1 parent 4ebbae6 commit aa9811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operate/validators/run-validators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ docker run \
-it \
--mount type=bind,source="$(pwd)"/hyperlane_db,target=/hyperlane_db \
$DOCKER_IMAGE \
--db /hyperlane_db --originChainName ethereum --reorgPeriod 20 --checkpointSyncer.type localStorage --checkpointSyncer.path /tmp/hyperlane-validator-signatures-ethereum
./validator --db /hyperlane_db --originChainName ethereum --reorgPeriod 20 --checkpointSyncer.type localStorage --checkpointSyncer.path /tmp/hyperlane-validator-signatures-ethereum
```

:::info
Expand Down

0 comments on commit aa9811a

Please sign in to comment.