Skip to content

Commit 052c5b6

Browse files
author
ilitteri
committed
Update Makefile
1 parent 731947a commit 052c5b6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

claim_contracts/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ PRIVATE_KEY?=0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
1212
deploy-all: ## 🚀 Deploy all contracts
1313
cd script && forge script DeployAll.s.sol --private-key $(PRIVATE_KEY) --rpc-url $(RPC_URL) --broadcast
1414

15+
deploy-token: ## 🚀 Deploy the token contract
16+
cd script && \
17+
forge script DeployAlignedToken.s.sol \
18+
--private-key $(PRIVATE_KEY) \
19+
--rpc-url $(RPC_URL) \
20+
--broadcast
21+
1522
MINT?="1 ether"
1623
OWNER?=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
1724
BENEFICIARY1?=0x70997970C51812dc3A010C7d01b50e0d17dc79C8

0 commit comments

Comments
 (0)