Skip to content

Commit

Permalink
docs: Removes uneccessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Jul 3, 2024
1 parent 27ed4f7 commit 106df35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ The deployment process consists of two steps - the actual deployment and the sub
Deployment:

```bash
$ SALT_BYTES32=$(cast format-bytes32-string $SALT) && \
forge script \
$ forge script \
--keystore "$KEYSTORE" \
--password "$KEYSTORE_PASSWORD" \
--broadcast \
Expand All @@ -60,5 +59,5 @@ $ forge verify-contract \
--etherscan-api-key "$ETHERSCAN_API_KEY" \
--watch \
--constructor-args $(cast abi-encode "constructor(address)" "$INITIAL_AUTHED") \
src/SelfKisser.sol:"$SALT"
src/SelfKisser.sol:SelfKisser_1
```

0 comments on commit 106df35

Please sign in to comment.