Skip to content

Commit

Permalink
docs: Adds --sender flag to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Jul 3, 2024
1 parent 25a28d6 commit 33cb59c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Deployment:
$ forge script \
--keystore "$KEYSTORE" \
--password "$KEYSTORE_PASSWORD" \
--sender "$INITIAL_AUTHED" \
--broadcast \
--rpc-url "$RPC_URL" \
--sig "$(cast calldata "deploy(address)" "$INITIAL_AUTHED")" \
Expand Down

0 comments on commit 33cb59c

Please sign in to comment.