Skip to content

Commit

Permalink
Updates docuementation with correct command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Nov 13, 2023
1 parent 6a2b268 commit a862360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export CHAIN_ID=17864
- Run the deploy script

```
forge script scripts/DeployScript.s.sol:DeployScript --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast --chain-id $CHAIN_ID -vvvv
forge script scripts/DeployScripts.s.sol:DeployScript --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast --chain-id $CHAIN_ID -vvvv
```


Expand Down

0 comments on commit a862360

Please sign in to comment.