Skip to content

Commit 48f3ca7

Browse files
committed
chore: fix risc0_user_proofs_aggregator_image_id
1 parent a68908c commit 48f3ca7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

aggregation_mode/bin/write_program_image_id_vk_hash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn main() {
3232
let sp1_user_proofs_aggregator_vk_hash_hex = hex::encode(sp1_user_proofs_aggregator_vk_hash);
3333
let sp1_chunk_aggregator_vk_hash_hex = hex::encode(sp1_chunk_aggregator_vk_hash);
3434
let risc0_user_proofs_aggregator_image_id_hex =
35-
hex::encode(risc0_chunk_aggregator_image_id_bytes);
35+
hex::encode(risc0_user_proofs_aggregator_image_id_bytes);
3636
let risc0_chunk_aggregator_imaged_id_hex = hex::encode(risc0_chunk_aggregator_image_id_bytes);
3737

3838
let dest_path = Path::new("programs_ids.json");

aggregation_mode/programs_ids.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"risc0_chunk_aggregator_image_id": "0xcee9c4f2e4758970c20676cc7bfd23a1640f18b8b025ed05be7330c9472aa65a",
3-
"risc0_user_proofs_aggregator_image_id": "0xcee9c4f2e4758970c20676cc7bfd23a1640f18b8b025ed05be7330c9472aa65a",
3+
"risc0_user_proofs_aggregator_image_id": "0x539127fe7fd9927f3fd945be0bccaa8ad723aff6d19a34f35525b19316999b9c",
44
"risc0_user_proofs_aggregator_image_id_bytes": "[83, 145, 39, 254, 127, 217, 146, 127, 63, 217, 69, 190, 11, 204, 170, 138, 215, 35, 175, 246, 209, 154, 52, 243, 85, 37, 177, 147, 22, 153, 155, 156]",
55
"sp1_chunk_aggregator_vk_hash": "0x00e521a7191836533f4d3761a080c9d69283dbcde2143ffc3a054fd63fbd71de",
66
"sp1_user_proofs_aggregator_vk_hash": "0x0051a5d3f4410c847ed205f8d41cf9222dcf1d54a747675d3bc200b37155253a",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"address": {
33
"sp1VerifierAddress": "0x06530DD13aFB697B81E2d602a279EBAEC8Ca2E31",
4-
"risc0VerifierAddress": "0x14C66A76b06A414e62048c50e4d21B295ad2Cb0C",
4+
"risc0VerifierAddress": "0x663F3ad617193148711d28f5334eE4Ed07016602",
55
"alignedAggregatorAddress": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
66
"alignedAggregatorAddressPrivateKey": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
77
},

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

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

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

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

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

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

0 commit comments

Comments
 (0)