We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c108915 commit f333596Copy full SHA for f333596
1 file changed
Makefile
@@ -607,7 +607,7 @@ set_aggregator_address:
607
@echo "Aggregator address: $(AGGREGATOR_ADDRESS)"
608
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/set_aggregator_address.sh $(AGGREGATOR_ADDRESS)
609
610
-set_aggregator_address_devnet: ## Add Aggregator to Aligned Contracts
+set_aggregator_address_devnet:
611
@echo "Setting Aggregator Address in Aligned Service Manager Contract..."
612
613
RPC_URL="http://localhost:8545" PRIVATE_KEY="0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" OUTPUT_PATH=./script/output/devnet/alignedlayer_deployment_output.json ./contracts/scripts/set_aggregator_address.sh $(AGGREGATOR_ADDRESS)
0 commit comments