Skip to content

Commit

Permalink
Remove the --verifier-url from the makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jplodge-pro committed Aug 14, 2024
1 parent eb0512d commit dce2a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deploy-local:
$(MAKE) deploy RPC_URL=localhost EXTRA_FLAGS=

deploy-arbitrumSepolia:
$(MAKE) deploy RPC_URL=arbitrumSepolia EXTRA_FLAGS="--verify --slow --verifier-url https://api-sepolia.arbiscan.io/api?"
$(MAKE) deploy RPC_URL=arbitrumSepolia EXTRA_FLAGS="--verify --slow"

resume-arbitrumSepolia:
$(MAKE) deploy RPC_URL=arbitrumSepolia EXTRA_FLAGS="--verify --slow --resume"
Expand Down

0 comments on commit dce2a85

Please sign in to comment.