Skip to content

Commit

Permalink
feat: add verify opts to deploy-prod-devnet command
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Dec 18, 2024
1 parent 0ed3c7c commit 93daccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ _deploy-prod-confirm *args:
just _deploy-prod --broadcast {{args}}

_deploy-prod-devnet *args:
just _deploy-prod --broadcast {{args}}
just _deploy-prod --broadcast --verifier custom --chain ${DEVNET_CHAIN_ID} {{args}}

deploy-prod-dry *args:
just _deploy-prod {{args}}
Expand Down

0 comments on commit 93daccc

Please sign in to comment.