From bd96e3361db596dce8889fa187d5752c093b7192 Mon Sep 17 00:00:00 2001 From: lucas-manuel Date: Tue, 8 Oct 2024 16:00:39 -0400 Subject: [PATCH] fix: use sender flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bdca07e..58fdfb3 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -deploy-base :; forge script script/Deploy.s.sol:DeployBaseExecutor --rpc-url ${ETH_RPC_URL} --interactives 1 -vvvv #--broadcast --verify +deploy-base :; forge script script/Deploy.s.sol:DeployBaseExecutor --rpc-url ${ETH_RPC_URL} --sender ${ETH_FROM} -vvvv --broadcast --verify