Skip to content

Commit bb8d54f

Browse files
committed
chore: update program ids
1 parent 52851c8 commit bb8d54f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

aggregation_mode/aggregation_programs/risc0/src/chunk_aggregator_main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ risc0_zkvm::guest::entry!(main);
88

99
// Generated with `make proof_aggregator_write_program_ids` and copied from program_ids.json
1010
pub const USER_PROOFS_AGGREGATOR_PROGRAM_IMAGE_ID: [u8; 32] = [
11-
246, 152, 137, 29, 200, 71, 68, 14, 148, 211, 69, 210, 38, 88, 167, 181, 85, 190, 249, 99, 59,
12-
170, 43, 133, 188, 222, 95, 79, 87, 222, 76, 175,
11+
213, 222, 129, 66, 92, 168, 117, 175, 141, 69, 249, 171, 248, 137, 130, 165, 149, 72, 165, 91,
12+
229, 255, 250, 13, 76, 25, 181, 189, 202, 45, 149, 122,
1313
];
1414

1515
fn main() {

aggregation_mode/aggregation_programs/sp1/src/chunk_aggregator_main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use sp1_aggregation_program::{ChunkAggregatorInput, Hash32};
77

88
// Generated with `make proof_aggregator_write_program_ids` and copied from program_ids.json
99
pub const USER_PROOFS_AGGREGATOR_PROGRAM_VK_HASH: [u32; 8] = [
10-
1568672557, 1699162914, 9186125, 1196115399, 1766446440, 1385693297, 1976910968, 278007428,
10+
1604331145, 1194976706, 1126366403, 163615647, 1719592475, 1205418691, 1853877927, 874366977,
1111
];
1212

1313
pub fn main() {

aggregation_mode/programs_ids.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"risc0_chunk_aggregator_image_id": "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97",
3-
"risc0_user_proofs_aggregator_image_id": "0xf698891dc847440e94d345d22658a7b555bef9633baa2b85bcde5f4f57de4caf",
4-
"risc0_user_proofs_aggregator_image_id_bytes": "[246, 152, 137, 29, 200, 71, 68, 14, 148, 211, 69, 210, 38, 88, 167, 181, 85, 190, 249, 99, 59, 170, 43, 133, 188, 222, 95, 79, 87, 222, 76, 175]",
5-
"sp1_chunk_aggregator_vk_hash": "0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b",
6-
"sp1_user_proofs_aggregator_vk_hash": "0x00bb00165b951cac8804615a6c74b45c7d293aad14a6001c7aeaa23c10920e84",
7-
"sp1_user_proofs_aggregator_vk_hash_words": "[1568672557, 1699162914, 9186125, 1196115399, 1766446440, 1385693297, 1976910968, 278007428]"
2+
"risc0_chunk_aggregator_image_id": "0xefab5ffddb0cd08d9f8345821658c1d4581dac70de408778e0ea11c75774fcce",
3+
"risc0_user_proofs_aggregator_image_id": "0xd5de81425ca875af8d45f9abf88982a59548a55be5fffa0d4c19b5bdca2d957a",
4+
"risc0_user_proofs_aggregator_image_id_bytes": "[213, 222, 129, 66, 92, 168, 117, 175, 141, 69, 249, 171, 248, 137, 130, 165, 149, 72, 165, 91, 229, 255, 250, 13, 76, 25, 181, 189, 202, 45, 149, 122]",
5+
"sp1_chunk_aggregator_vk_hash": "0x0059be80b30c42b742ede3a19c61188de126258103c579d5a3b75c85e7b1ee83",
6+
"sp1_user_proofs_aggregator_vk_hash": "0x00bf404d131ce7970a1917e6189c0939fccfdcc371f64eb0f73ff753b41dc801",
7+
"sp1_user_proofs_aggregator_vk_hash_words": "[1604331145, 1194976706, 1126366403, 163615647, 1719592475, 1205418691, 1853877927, 874366977]"
88
}

0 commit comments

Comments
 (0)