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 e6d2928 commit c108915Copy full SHA for c108915
Makefile
@@ -602,7 +602,7 @@ upgrade_add_aggregator: ## Add Aggregator to Aligned Contracts
602
@echo "Adding Aggregator to Aligned Contracts..."
603
@. contracts/scripts/.env && . contracts/scripts/upgrade_add_aggregator_to_service_manager.sh
604
605
-set_aggregator_address: ## Add Aggregator to Aligned Contracts
+set_aggregator_address:
606
@echo "Setting Aggregator Address in Aligned Service Manager Contract on $(NETWORK) network..."
607
@echo "Aggregator address: $(AGGREGATOR_ADDRESS)"
608
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/set_aggregator_address.sh $(AGGREGATOR_ADDRESS)
0 commit comments