diff --git a/makefile b/makefile index 2898437..bf6b1a2 100644 --- a/makefile +++ b/makefile @@ -416,3 +416,5 @@ emergency-withdraw: ## Emergency withdraw (requires EMERGENCY_TOKEN) .PHONY: install update clean reset build rebuild build-optimized build-sizes .PHONY: test test-verbose test-gas test-coverage test-unit test-integration test-fork test-specific test-watch .PHONY: fmt fmt-check lint analyze mythril audit-prep +.PHONY: deploy-local deploy-sepolia deploy-goerli deploy-mainnet deploy-polygon deploy-arbitrum deploy-optimism +.PHONY: verify-mainnet interact-local interact-testnet