Skip to content

Commit b36b0a6

Browse files
JuArceMauroToscano
andauthored
infra(aggregation_mode): update testnet addresses (#1868)
Co-authored-by: Mauro Toscano <[email protected]>
1 parent 9772aca commit b36b0a6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"address": {
33
"sp1VerifierAddress": "0x397A5f7f3dBd538f23DE225B51f532c34448dA9B",
4-
"alignedAggregatorAddress": "<aligned_aggregator_address>"
4+
"alignedAggregatorAddress": "0x9403dF48130621f87974a5A1d1d11d3aF1222A82"
55
},
66
"permissions": {
7-
"owner": "<owner_address>"
7+
"owner": "0x97aEC5F28181abe5d2aD40dBe7FbaEe014529b7D"
88
}
99
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"addresses": {
3+
"alignedProofAggregationService": "0xe84CD4084d8131841CE6DC265361f81F4C59a1d4",
4+
"alignedProofAggregationServiceImplementation": "0x16875ed1699Df5b8ac4C7e421507019a6A1d9E19"
5+
}
6+
}

contracts/scripts/.env.holesky

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

0 commit comments

Comments
 (0)