Skip to content

Commit

Permalink
refactor: change make target to upgrade_batcher_payments_add_type_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Sep 6, 2024
1 parent a679cdd commit ae1f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ upgrade_add_aggregator: ## Add Aggregator to Aligned Contracts
@echo "Adding Aggregator to Aligned Contracts..."
@. contracts/scripts/.env && . contracts/scripts/upgrade_add_aggregator_to_service_manager.sh

upgrade_add_type_hash: ## Add Type Hash to Batcher Payment Service
upgrade_batcher_payments_add_type_hash: ## Add Type Hash to Batcher Payment Service
@echo "Adding Type Hash to Batcher Payment Service..."
@. contracts/scripts/.env && . contracts/scripts/upgrade_add_type_hash_to_batcher_payment_service.sh

Expand Down

0 comments on commit ae1f63e

Please sign in to comment.