Skip to content

Commit

Permalink
update makefile for enter-lottery script
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancrypt committed Sep 10, 2024
1 parent 7e8184b commit 4057617
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ ifeq ($(findstring --network sepolia,$(ARGS)),--network sepolia)
endif

deploy:
@forge script script/DeployLottery.s.sol:DeployLottery $(NETWORK_ARGS)
@forge script script/DeployLottery.s.sol:DeployLottery $(NETWORK_ARGS)

enter-lottery:
@forge script script/Interactions.s.sol:EnterLottery $(NETWORK_ARGS)

0 comments on commit 4057617

Please sign in to comment.