Skip to content

Commit

Permalink
fix: use sender flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Oct 8, 2024
1 parent f562005 commit bd96e33
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
@@ -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

0 comments on commit bd96e33

Please sign in to comment.