Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Jul 3, 2024
1 parent 5574904 commit d7411ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ $ WAT_BYTES32=$(cast format-bytes32-string $WAT) && \
--etherscan-api-key "$ETHERSCAN_API_KEY" \
--watch \
--constructor-args $(cast abi-encode "constructor(address,bytes32)" "$INITIAL_AUTHED" "$WAT_BYTES32") \
src/${SCRIBE_FLAVOUR}.sol:"$SALT"
src/${SCRIBE_FLAVOUR}.sol:${SCRIBE_FLAVOUR}_1
```

0 comments on commit d7411ab

Please sign in to comment.