Skip to content

Commit d8a5d24

Browse files
committed
chore: add proof aggregator upgrade target
1 parent 1683f23 commit d8a5d24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,10 @@ deploy_proof_aggregator:
698698
@echo "Deploying ProofAggregator contract on $(NETWORK) network..."
699699
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/deploy_proof_aggregator.sh
700700

701+
upgrade_proof_aggregator:
702+
@echo "Upgrading ProofAggregator Contract on $(NETWORK) network..."
703+
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/upgrade_proof_aggregator.sh
704+
701705
build_aligned_contracts:
702706
@cd contracts/src/core && forge build
703707

0 commit comments

Comments
 (0)