Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Fix: typo in test deployment section #349

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ch02-05-testnet-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ new one. In this tutorial, we’ll use the private key option which is the
most common use case. You need to provide the path to the keystore file
you want to create. You can give any name to the keystore file, you will
likely have several wallets. In this tutorial, we will use the name
`my_keystore_ 1.json`.
`my_keystore_1.json`.

```bash
starkli signer keystore from-key ~/.starkli-wallets/deployer/my_keystore_1.json
Expand Down
Loading