Skip to content

Commit 4175458

Browse files
committed
feat: Hoodi deployment for proof aggregator
1 parent 7ddb9eb commit 4175458

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

contracts/script/deploy/config/hoodi/proof-aggregator-service.hoodi.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"address": {
3-
"sp1VerifierAddress": "",
3+
"sp1VerifierAddress": "0xe1D19B93F2052d42967bCe42e6d4125A31A0e9ef",
44
"risc0VerifierAddress": "0x32Db7dc407AC886807277636a1633A1381748DD8",
5-
"alignedAggregatorAddress": ""
5+
"alignedAggregatorAddress": "0x7EB3B63A4F3e7810Cc9bbc346749E2491Da4D7Cc"
66
},
77
"programs_id": {
88
"sp1AggregationProgramVKHash": "0x00856d1f422b7919a4c37d912033a3a8404d2a19688769ad7b6095e16b3d7448",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"addresses": {
3-
"alignedProofAggregationService": "",
4-
"alignedProofAggregationServiceImplementation": ""
3+
"alignedProofAggregationService": "0xEFeD2fd949995BE1a1C7f61AbFC0A33412c37f95",
4+
"alignedProofAggregationServiceImplementation": "0x11F1aB1521074868fC3c2EFf78c2cD228eA58EdC"
55
}
66
}

contracts/scripts/.env.hoodi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ DEPLOY_CONFIG_PATH=./script/deploy/config/hoodi/aligned.hoodi.config.json
55
BATCHER_PAYMENT_SERVICE_CONFIG_PATH=./script/deploy/config/hoodi/batcher-payment-service.hoodi.config.json
66
BATCHER_PAYMENT_SERVICE_OUTPUT_PATH=./script/output/hoodi/batcher_deployment_output.json
77
OUTPUT_PATH=./script/output/hoodi/alignedlayer_deployment_output.json
8+
PROOF_AGGREGATOR_DEPLOY_CONFIG_PATH=./script/deploy/config/hoodi/proof-aggregator-service.hoodi.config.json
9+
PROOF_AGGREGATOR_OUTPUT_PATH=./script/output/hoodi/proof_aggregation_service_deployment_output.json
810
ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY>
911
MULTISIG=false

contracts/scripts/.env.sepolia

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ DEPLOY_CONFIG_PATH=./script/deploy/config/sepolia/aligned.sepolia.config.json
55
BATCHER_PAYMENT_SERVICE_CONFIG_PATH=./script/deploy/config/sepolia/batcher-payment-service.sepolia.config.json
66
BATCHER_PAYMENT_SERVICE_OUTPUT_PATH=./script/output/sepolia/batcher_deployment_output.json
77
OUTPUT_PATH=./script/output/sepolia/alignedlayer_deployment_output.json
8+
PROOF_AGGREGATOR_DEPLOY_CONFIG_PATH=./script/deploy/config/sepolia/proof-aggregator-service.sepolia.config.json
9+
PROOF_AGGREGATOR_OUTPUT_PATH=./script/output/sepolia/proof_aggregation_service_deployment_output.json
810
ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY>
911
MULTISIG=false

0 commit comments

Comments
 (0)