File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -603,9 +603,9 @@ upgrade_add_aggregator: ## Add Aggregator to Aligned Contracts
603603 @. contracts/scripts/.env && . contracts/scripts/upgrade_add_aggregator_to_service_manager.sh
604604
605605set_aggregator_address : # # Add Aggregator to Aligned Contracts
606- @echo " Setting Aggregator Address in Aligned Service Manager Contract..."
606+ @echo " Setting Aggregator Address in Aligned Service Manager Contract on $( NETWORK ) network ..."
607607 @echo " Aggregator address: $( AGGREGATOR_ADDRESS) "
608- @. contracts/scripts/.env && . contracts/scripts/set_aggregator_address.sh $(AGGREGATOR_ADDRESS )
608+ @. contracts/scripts/.env. $( NETWORK ) && . contracts/scripts/set_aggregator_address.sh $(AGGREGATOR_ADDRESS )
609609
610610set_aggregator_address_devnet : # # Add Aggregator to Aligned Contracts
611611 @echo " Setting Aggregator Address in Aligned Service Manager Contract..."
You can’t perform that action at this time.
0 commit comments