diff --git a/packages/docs/pages/ledger.mdx b/packages/docs/pages/ledger.mdx index 4d024152..0ffa6bf7 100644 --- a/packages/docs/pages/ledger.mdx +++ b/packages/docs/pages/ledger.mdx @@ -31,7 +31,7 @@ When the ledger is run for the first time, the MASP-parameters will be downloade The ledger will also download the genesis block, which contains the initial state of the blockchain. The ledger also needs access to the built WASM files that are used in the genesis block. These files are included in release and shouldn't be modified, otherwise your node will fail with a consensus error on the genesis block. -By default, these are expected to be in the `wasm` directory inside the chain directory that's in the base directory, i.e `$BASE_DIR/$CHAIN_ID/wasm/`. +By default, these are expected to be in the `wasm` directory inside the chain directory that's in the base directory, i.e `$BASE_DIR/$CHAIN_ID/wasm`. The wasm directory can also be set with the `--wasm-dir` CLI global argument, `NAMADA_WASM_DIR` [environment variable](./ledger/env-vars.md) or the configuration file. ### Ledger configuration