Skip to content

Commit

Permalink
Merge pull request #226 from aquariusluo/master
Browse files Browse the repository at this point in the history
Update local-network.mdx
  • Loading branch information
bengtlofgren authored Dec 14, 2023
2 parents 86d0d61 + c59e525 commit 75e61a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/pages/operators/networks/local-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For example, a MacOS user would run something along the lines of:
python3 ./scripts/gen_localnet.py \
--localnet-dir genesis/localnet \
--mode release # Assuming the binaries were built using `make build-release` \
--parameters '{"parameters": {"max_expected_time_per_block": 10}, "pos_params": {"pipeline_len": "5"}}'
--parameters '{"parameters": {"max_expected_time_per_block": 10}, "pos_params": {"pipeline_len": 5}}'
# In order to change max_expected_time_per_block to 10 seconds from the default 30, and the pipeline length to 5 epochs from the default 2.
```

Expand Down

0 comments on commit 75e61a5

Please sign in to comment.