We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fd2ac commit 8c4fcd0Copy full SHA for 8c4fcd0
claim_contracts/Makefile
@@ -17,7 +17,7 @@ deploy-token: ## 🚀 Deploy the token contract
17
cd script && \
18
forge script DeployAlignedToken.s.sol \
19
--sig "run(string)" \
20
- $(CONFIG)
+ $(CONFIG) \
21
--private-key $(PRIVATE_KEY) \
22
--rpc-url $(RPC_URL) \
23
--broadcast
0 commit comments