Skip to content

Commit f333596

Browse files
authored
Update Makefile
1 parent c108915 commit f333596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ set_aggregator_address:
607607
@echo "Aggregator address: $(AGGREGATOR_ADDRESS)"
608608
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/set_aggregator_address.sh $(AGGREGATOR_ADDRESS)
609609

610-
set_aggregator_address_devnet: ## Add Aggregator to Aligned Contracts
610+
set_aggregator_address_devnet:
611611
@echo "Setting Aggregator Address in Aligned Service Manager Contract..."
612612
@echo "Aggregator address: $(AGGREGATOR_ADDRESS)"
613613
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

Comments
 (0)