File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,9 @@ run_storage: ## Run storage using storage-docker-compose.yaml
582582
583583__DEPLOYMENT__ : # # ____
584584deploy_aligned_contracts : # # Deploy Aligned Contracts. Parameters: NETWORK=<mainnet|holesky|sepolia>
585- @. contracts/scripts/.env && . contracts/scripts/deploy_aligned_contracts.sh
585+ @echo " Deploying Aligned Contracts on $( NETWORK) network..."
586+ @. contracts/scripts/.env.$(NETWORK ) && . contracts/scripts/deploy_aligned_contracts.sh
587+
586588
587589deploy_pauser_registry : # # Deploy Pauser Registry
588590 @echo " Deploying Pauser Registry..."
@@ -625,7 +627,8 @@ deploy_verify_batch_inclusion_caller:
625627 @. examples/verify/.env && . examples/verify/scripts/deploy_verify_batch_inclusion_caller.sh
626628
627629deploy_batcher_payment_service : # # Deploy BatcherPayments contract. Parameters: NETWORK=<mainnet|holesky|sepolia>
628- @. contracts/scripts/.env && . contracts/scripts/deploy_batcher_payment_service.sh
630+ @echo " Deploying BatcherPayments contract on $( NETWORK) network..."
631+ @. contracts/scripts/.env.$(NETWORK ) && . contracts/scripts/deploy_batcher_payment_service.sh
629632
630633upgrade_batcher_payment_service : # # Upgrade BatcherPayments contract. Parameters: NETWORK=<mainnet|holesky|sepolia
631634 @echo " Upgrading BatcherPayments Contract on $( NETWORK) network..."
You can’t perform that action at this time.
0 commit comments