diff --git a/README.md b/README.md index 0ca0c7cce..be37fe60b 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ For an example project, you can take a look at how we've set up tests in this [r | Variable | Description | | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `EXTENSION` (Required) | Picks which extension to use during tests. `keplr` and `metamask` are the only possible values | -| `SECRET_WORDS` | Space separated words for the test wallet recovery phrase (mnemonic; 12 words) | +| `SECRET_WORDS` | Space separated words for the test wallet recovery phrase (mnemonic; 24 words) | | `PRIVATE_KEY` | Test wallet private key | | `SYNDEBUG` | Set debugging mode to be on | | `STABLE_MODE` | Introduce delay between main actions, 300ms by default (eg `STABLE_MODE=300ms`, `STABLE_MODE=true`) |