Skip to content

Commit a24e6de

Browse files
committed
chore: write new program ids and redeploy contracts
1 parent 7e0f1a0 commit a24e6de

File tree

8 files changed

+2258
-2448
lines changed

8 files changed

+2258
-2448
lines changed

aggregation_mode/proof_aggregator/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+
1083804496, 1624453029, 1883419469, 1603127646, 1789474586, 1153721171, 894809450, 1159467098,
1111
];
1212

1313
pub fn main() {

aggregation_mode/proof_aggregator/bin/write_program_image_id_vk_hash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use alloy::hex::hex;
1+
use alloy::hex;
22
use proof_aggregator::aggregators::{risc0_aggregator, sp1_aggregator};
33
use serde_json::json;
44
use sp1_sdk::HashableKey;

aggregation_mode/proof_aggregator/programs_ids.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"risc0_chunk_aggregator_image_id": "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97",
33
"risc0_user_proofs_aggregator_image_id": "0xf698891dc847440e94d345d22658a7b555bef9633baa2b85bcde5f4f57de4caf",
44
"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]"
5+
"sp1_chunk_aggregator_vk_hash": "0x009951ee30591f431d7531015321813ae134add1b758d469761ff524123d6a1a",
6+
"sp1_user_proofs_aggregator_vk_hash": "0x00813316a1834cbe9782159a6df8dc95ed5526e3513118d4daaadab5451c105a",
7+
"sp1_user_proofs_aggregator_vk_hash_words": "[1083804496, 1624453029, 1883419469, 1603127646, 1789474586, 1153721171, 894809450, 1159467098]"
88
}

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/eigenlayer-deployed-anvil-state.json

Lines changed: 2244 additions & 2434 deletions
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.

network_params.yaml

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

0 commit comments

Comments
 (0)