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 1683f23 commit d8a5d24Copy full SHA for d8a5d24
Makefile
@@ -698,6 +698,10 @@ deploy_proof_aggregator:
698
@echo "Deploying ProofAggregator contract on $(NETWORK) network..."
699
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/deploy_proof_aggregator.sh
700
701
+upgrade_proof_aggregator:
702
+ @echo "Upgrading ProofAggregator Contract on $(NETWORK) network..."
703
+ @. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/upgrade_proof_aggregator.sh
704
+
705
build_aligned_contracts:
706
@cd contracts/src/core && forge build
707
0 commit comments