Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
adnpark committed Jul 15, 2024
1 parent 87026ea commit 27fb7ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/command/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ program
"-v, --verify-contract [CONTRACT_NAME]",
"verify the deployment on Etherscan"
)
.option(
"-g, --call-gas-limit <call-gas-limit>",
"gas limit for the call",
)
.option("-g, --call-gas-limit <call-gas-limit>", "gas limit for the call")
.action(async (options) => {
const {
file,
Expand Down

0 comments on commit 27fb7ba

Please sign in to comment.