We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0ed79 commit 85667e1Copy full SHA for 85667e1
1 file changed
Makefile
@@ -75,6 +75,10 @@ anvil_deploy_eigen_contracts:
75
@echo "Deploying Eigen Contracts..."
76
. contracts/scripts/anvil/deploy_eigen_contracts.sh
77
78
+anvil_deploy_risc0_contracts:
79
+ @echo "Deploying RISC0 Contracts..."
80
+ . contracts/scripts/anvil/deploy_risc0_contracts.sh
81
+
82
anvil_deploy_sp1_contracts:
83
@echo "Deploying SP1 Contracts..."
84
. contracts/scripts/anvil/deploy_sp1_contracts.sh
0 commit comments