Skip to content

Commit

Permalink
docs: details about --keyring-backend=test and bidder key
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Oct 16, 2024
1 parent 868503d commit 38b0aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 38b0aaa

Please sign in to comment.