Skip to content

Commit

Permalink
Add missing WITH_OATH=false to deploy-anvil-oathless
Browse files Browse the repository at this point in the history
The param is required even if it can be false
  • Loading branch information
t4t5 committed Oct 16, 2023
1 parent 4ad23da commit 4b9b97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ anvil :; anvil -m 'test test test test test test test test test test test junk'

deploy-anvil :; WITH_OATH=true forge script script/LocalDeploy.s.sol:LocalDeploy --rpc-url http://localhost:8545 --broadcast

deploy-anvil-oathless :; forge script script/LocalDeploy.s.sol:LocalDeploy --rpc-url http://localhost:8545 --broadcast
deploy-anvil-oathless :; WITH_OATH=false forge script script/LocalDeploy.s.sol:LocalDeploy --rpc-url http://localhost:8545 --broadcast

deploy-anvil-upgradeless :; forge script script/LocalDeployUpgradeless.s.sol:LocalDeployUpgradeless --rpc-url http://localhost:8545 --broadcast

0 comments on commit 4b9b97a

Please sign in to comment.