Skip to content

Commit 23c295f

Browse files
fix: remove the 0x prefix from the risc0 aggregator image id
1 parent dcb80e3 commit 23c295f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config-files/config-proof-aggregator-ethereum-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ total_proofs_limit: 3968
1717
# Can be found in the Proof Aggregation Service deployment config
1818
# (remember to trim the 0x prefix)
1919
sp1_chunk_aggregator_vk_hash: "00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
20-
risc0_chunk_aggregator_image_id: "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
20+
risc0_chunk_aggregator_image_id: "4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
2121

2222
ecdsa:
2323
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

config-files/config-proof-aggregator-mock-ethereum-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ total_proofs_limit: 3968
1717
# Can be found in the Proof Aggregation Service deployment config
1818
# (remember to trim the 0x prefix)
1919
sp1_chunk_aggregator_vk_hash: "00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
20-
risc0_chunk_aggregator_image_id: "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
20+
risc0_chunk_aggregator_image_id: "4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
2121

2222
ecdsa:
2323
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

config-files/config-proof-aggregator-mock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ total_proofs_limit: 3968
1717
# Can be found in the Proof Aggregation Service deployment config
1818
# (remember to trim the 0x prefix)
1919
sp1_chunk_aggregator_vk_hash: "00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
20-
risc0_chunk_aggregator_image_id: "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
20+
risc0_chunk_aggregator_image_id: "4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
2121

2222
ecdsa:
2323
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

config-files/config-proof-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ total_proofs_limit: 3968
1717
# Can be found in the Proof Aggregation Service deployment config
1818
# (remember to trim the 0x prefix)
1919
sp1_chunk_aggregator_vk_hash: "00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
20-
risc0_chunk_aggregator_image_id: "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
20+
risc0_chunk_aggregator_image_id: "4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
2121

2222
ecdsa:
2323
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

0 commit comments

Comments
 (0)