diff --git a/README.md b/README.md index f27e1308..59ce1f59 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Be sure to include the `--host` flag if you're using a Mac, as this ensures that ### 3. Ensure Keys are in Local Keyring -You need to ensure that certain keys `(gov1, gov2, and user1)` are present in your local keyring. To find the mnemonics for these keys, open the file `test/e2e/test.utils.js` and look for the `mnemonics` object in the file. +Ensure the `gov1`, `gov2`, and `user1` keys are in your local keyring using the `--keyring-backend=test` option. You can find their mnemonics in the `mnemonics` object within `test/e2e/test.utils.js`. If testing on networks other than `AGORIC_NET=local` (e.g., `emerynet` or `devnet`), also add the `bidder` key, using the mnemonic specified by `CYPRESS_BIDDER_MNEMONIC`. **Note:** The test cases for adding keys using `agd` from the CLI might fail. This is expected behavior and is fine when testing on your local machine.