diff --git a/README.md b/README.md index 20d2a52..ea6257f 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ In order to create the genesis files for the expedition, the following steps wer ## How to create the chain-id from the genesis files -Make sure you have the namada binaries installed and are of version `v0.31.0`. Assuming the path to the namada client binary is `$NAMADAC`, you can run the following command to generate the chain-id: +Make sure you have the namada binaries installed and are of version `v0.31.6`. Assuming the path to the namada client binary is `$NAMADAC`, you can run the following command to generate the chain-id: ```bash -$NAMADAC utils init-network --chain-prefix shielded-expedition --genesis-time 2024-02-01T18:00:00Z --templates-path ./ --wasm-checksums-path ./utils/checksums.json --consensus-timeout-commit 10s +$NAMADAC utils init-network --chain-prefix shielded-expedition --genesis-time 2024-02-01T18:00:00Z --templates-path ./ --wasm-checksums-path ./utils/checksums.json --consensus-timeout-commit 5s ```