From 9e1576528079afb64f4c60ac9bef2cfaa40ee65d Mon Sep 17 00:00:00 2001 From: JuArce <52429267+JuArce@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:02:31 -0300 Subject: [PATCH 1/2] infra: update testnet addresses --- .../holesky/proof-aggregator-service.holesky.config.json | 4 ++-- .../proof_aggregation_service_deployment_output.json | 6 ++++++ contracts/scripts/.env.holesky | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 contracts/script/output/holesky/proof_aggregation_service_deployment_output.json diff --git a/contracts/script/deploy/config/holesky/proof-aggregator-service.holesky.config.json b/contracts/script/deploy/config/holesky/proof-aggregator-service.holesky.config.json index 0a84aab3b7..9eb671e523 100644 --- a/contracts/script/deploy/config/holesky/proof-aggregator-service.holesky.config.json +++ b/contracts/script/deploy/config/holesky/proof-aggregator-service.holesky.config.json @@ -1,9 +1,9 @@ { "address": { "sp1VerifierAddress": "0x397A5f7f3dBd538f23DE225B51f532c34448dA9B", - "alignedAggregatorAddress": "" + "alignedAggregatorAddress": "0x9403dF48130621f87974a5A1d1d11d3aF1222A82" }, "permissions": { - "owner": "" + "owner": "0x97aEC5F28181abe5d2aD40dBe7FbaEe014529b7D" } } diff --git a/contracts/script/output/holesky/proof_aggregation_service_deployment_output.json b/contracts/script/output/holesky/proof_aggregation_service_deployment_output.json new file mode 100644 index 0000000000..81bd259147 --- /dev/null +++ b/contracts/script/output/holesky/proof_aggregation_service_deployment_output.json @@ -0,0 +1,6 @@ +{ + "addresses": { + "alignedProofAggregationService": "0xe84CD4084d8131841CE6DC265361f81F4C59a1d4", + "alignedProofAggregationServiceImplementation": "0x16875ed1699Df5b8ac4C7e421507019a6A1d9E19" + } +} \ No newline at end of file diff --git a/contracts/scripts/.env.holesky b/contracts/scripts/.env.holesky index f35d67dc9f..1b9ce860af 100644 --- a/contracts/scripts/.env.holesky +++ b/contracts/scripts/.env.holesky @@ -5,5 +5,7 @@ DEPLOY_CONFIG_PATH=./script/deploy/config/holesky/aligned.holesky.config.json BATCHER_PAYMENT_SERVICE_CONFIG_PATH=./script/deploy/config/holesky/batcher-payment-service.holesky.config.json BATCHER_PAYMENT_SERVICE_OUTPUT_PATH=./script/output/holesky/batcher_deployment_output.json OUTPUT_PATH=./script/output/holesky/alignedlayer_deployment_output.json +PROOF_AGGREGATOR_DEPLOY_CONFIG_PATH=./script/deploy/config/holesky/proof-aggregator-service.holesky.config.json +PROOF_AGGREGATOR_OUTPUT_PATH=./script/output/holesky/proof_aggregation_service_deployment_output.json ETHERSCAN_API_KEY= MULTISIG=false From 93cf2ca5412bc894c295602faf9689b3ac39bfca Mon Sep 17 00:00:00 2001 From: Mauro Toscano <12560266+MauroToscano@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:03:48 -0300 Subject: [PATCH 2/2] Update proof_aggregation_service_deployment_output.json --- .../holesky/proof_aggregation_service_deployment_output.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/script/output/holesky/proof_aggregation_service_deployment_output.json b/contracts/script/output/holesky/proof_aggregation_service_deployment_output.json index 81bd259147..34759a1b04 100644 --- a/contracts/script/output/holesky/proof_aggregation_service_deployment_output.json +++ b/contracts/script/output/holesky/proof_aggregation_service_deployment_output.json @@ -3,4 +3,4 @@ "alignedProofAggregationService": "0xe84CD4084d8131841CE6DC265361f81F4C59a1d4", "alignedProofAggregationServiceImplementation": "0x16875ed1699Df5b8ac4C7e421507019a6A1d9E19" } -} \ No newline at end of file +}