Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/cometbft/co…
Browse files Browse the repository at this point in the history
…metbft-1.0.1
  • Loading branch information
julienrbrt authored Feb 3, 2025
2 parents 17d29c8 + 0eef480 commit c313c29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,9 +916,9 @@ ignite chain simulate [flags]
--genesis string custom simulation genesis file; cannot be used with params file
--genesisTime int override genesis UNIX time instead of using a random UNIX time
-h, --help help for simulate
--initialBlockHeight int initial block to start the simulation (default 1)
--initialBlockHeight uint initial block to start the simulation (default 1)
--lean lean simulation log output
--numBlocks int number of new blocks to simulate from the initial block height (default 200)
--numBlocks uint number of new blocks to simulate from the initial block height (default 200)
--params string custom simulation params file which overrides any random params; cannot be used with genesis
--seed int simulation random seed (default 42)
--simName string name of the simulation to run (default "TestFullAppSimulation")
Expand Down Expand Up @@ -3084,6 +3084,7 @@ ignite scaffold module [name] [flags]
--clear-cache clear the build cache (advanced)
--dep strings add a dependency on another module
-h, --help help for module
--ibc add IBC functionality
--module-configs strings add module configs
--ordering string channel ordering of the IBC module [none|ordered|unordered] (default "none")
--params strings add module parameters
Expand Down Expand Up @@ -3420,9 +3421,9 @@ ignite testnet simulate [flags]
--genesis string custom simulation genesis file; cannot be used with params file
--genesisTime int override genesis UNIX time instead of using a random UNIX time
-h, --help help for simulate
--initialBlockHeight int initial block to start the simulation (default 1)
--initialBlockHeight uint initial block to start the simulation (default 1)
--lean lean simulation log output
--numBlocks int number of new blocks to simulate from the initial block height (default 200)
--numBlocks uint number of new blocks to simulate from the initial block height (default 200)
--params string custom simulation params file which overrides any random params; cannot be used with genesis
--seed int simulation random seed (default 42)
--simName string name of the simulation to run (default "TestFullAppSimulation")
Expand Down

0 comments on commit c313c29

Please sign in to comment.