Skip to content

Commit d4a006c

Browse files
committed
feat: deploy aligned service manager
1 parent 15c8d13 commit d4a006c

File tree

6 files changed

+304
-298
lines changed

6 files changed

+304
-298
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ generate_circom_groth16_bn256_setup: ## Run the circom_groth16_bn256_script setu
805805
__CONTRACTS_DEPLOYMENT__: ## ____
806806
deploy_aligned_contracts: ## Deploy Aligned Contracts. Parameters: NETWORK=<mainnet|holesky|sepolia>
807807
@echo "Deploying Aligned Contracts on $(NETWORK) network..."
808-
@. co ntracts/scripts/.env.$(NETWORK) && . contracts/scripts/deploy_aligned_contracts.sh
808+
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/deploy_aligned_contracts.sh
809809

810810
deploy_pauser_registry: ## Deploy Pauser Registry
811811
@echo "Deploying Pauser Registry..."

0 commit comments

Comments
 (0)