Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adnpark committed Jul 15, 2024
1 parent 928ef29 commit 87026ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ All commands should be prefixed with `zerodev`
- `-c, --chains [CHAINS]`: list of chains to deploy, with `all` selected by default
- `-e, --expected-address <address>`: expected address to confirm
- `-v, --verify <CONTRACT_NAME>`: contract name to be verified
- `-g, --call-gas-limit <call-gas-limit>`: gas limit for the call
- `check-deployment [options]`: Check if the contract has been deployed on the specified chains
- `-f, --file <path-to-bytecode>`: file path of bytecode used for deployment
- `-b, --bytecode <bytecode>`: bytecode to deploy, should have constructor arguments encoded
Expand Down
1 change: 0 additions & 1 deletion src/command/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ program
.option(
"-g, --call-gas-limit <call-gas-limit>",
"gas limit for the call",
"1800000"
)
.action(async (options) => {
const {
Expand Down

0 comments on commit 87026ea

Please sign in to comment.