Skip to content

Commit

Permalink
fix: deprecated option
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-user committed May 22, 2024
1 parent 6c11fc0 commit 6b451e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/docs/running-a-node/running-a-local-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ forc deploy <signing-key> --node-url 127.0.0.1:4000/graphql
Or to deploy without using a signing key:

```sh
forc deploy --unsigned --node-url 127.0.0.1:4000/graphql
forc deploy --default-signer --node-url 127.0.0.1:4000/graphql
```

## Chain Configuration
Expand Down

0 comments on commit 6b451e7

Please sign in to comment.