Skip to content

Commit 6e96c85

Browse files
committed
chore: deploy contracts with zisk values in config files
1 parent a94c35b commit 6e96c85

7 files changed

Lines changed: 25 additions & 45 deletions

File tree

aggregation_mode/sdk/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_MAINNET_STAGE: &str = "0x0";
1212
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_SEPOLIA: &str = "0x0";
1313
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_HOODI: &str = "0x0";
1414
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_DEVNET: &str =
15-
"0x922D6956C99E12DFeB3224DEA977D0939758A1Fe";
15+
"0xB0D4afd8879eD9F52b28595d31B441D079B2Ca07";
1616

1717
// AggregationMode Gateway urls for chain
1818
pub const ALIGNED_AGG_MODE_GATEWAY_URL_MAINNET: &str = "";

contracts/script/deploy/ZiskVerifierDeployer.s.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ contract ZiskVerifierDeployer is Script {
2121
verifier = new ZiskVerifier();
2222
}
2323

24+
console2.log("ZiskVerifier deployed at:", address(verifier));
2425
vm.stopBroadcast();
2526
}
2627
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"address": {
33
"sp1VerifierAddress": "0x06530DD13aFB697B81E2d602a279EBAEC8Ca2E31",
44
"risc0VerifierAddress": "0x663F3ad617193148711d28f5334eE4Ed07016602",
5-
"ziskVerifierAddress": "",
5+
"ziskVerifierAddress": "0xD03894f4c8b83d89b3b8382a03e558518Edfc15A",
66
"alignedAggregatorAddress": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
77
"alignedAggregatorAddressPrivateKey": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
88
},
99
"programs_id": {
1010
"sp1AggregationProgramVKHash": "0x00d6e32a34f68ea643362b96615591c94ee0bf99ee871740ab2337966a4f77af",
1111
"risc0AggregationProgramImageId": "0x8908f01022827e80a5de71908c16ee44f4a467236df20f62e7c994491629d74c",
12-
"ziskAggregationProgramVKHash": ""
12+
"ziskAggregationProgramVKHash": "0xfd518d50ee1b5bfe9e594448582fc8556b7313e2607e3d1f10a1d475800912b0"
1313
},
1414
"amounts": {
1515
"amountToPayInWei": 1000000000000000000,

contracts/script/output/devnet/proof_aggregation_service_deployment_output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"addresses": {
33
"alignedProofAggregationService": "0xcbEAF3BDe82155F56486Fb5a1072cb8baAf547cc",
44
"alignedProofAggregationServiceImplementation": "0xFD471836031dc5108809D173A067e8486B9047A3",
5-
"aggregationModePaymentService": "0x922D6956C99E12DFeB3224DEA977D0939758A1Fe",
6-
"aggregationModePaymentServiceImplementation": "0x162A433068F51e18b7d13932F27e66a3f99E6890"
5+
"aggregationModePaymentService": "0xB0D4afd8879eD9F52b28595d31B441D079B2Ca07",
6+
"aggregationModePaymentServiceImplementation": "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f"
77
}
88
}

contracts/scripts/anvil/deploy_aligned_contracts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ rm -f "script/output/devnet/alignedlayer_deployment_output.temp2.json"
6565

6666
# Update Program IDs in anvil deployment
6767
cd ..
68-
make proof_aggregator_write_program_ids
68+
# make proof_aggregator_write_program_ids
6969

7070
# Copy new values to config file
7171
jq '.programs_id.risc0AggregationProgramImageId = $input[0].risc0_chunk_aggregator_image_id | .programs_id.sp1AggregationProgramVKHash = $input[0].sp1_chunk_aggregator_vk_hash' \

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

network_params.yaml

Lines changed: 17 additions & 38 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)