Skip to content

Commit a90843a

Browse files
Remove the 0x prefix from the proof aggregator config files
1 parent 9320f76 commit a90843a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ total_proofs_limit: 3968
1515

1616
# These program ids are the ones from the chunk aggregator programs
1717
# Can be found in the Proof Aggregation Service deployment config
18-
sp1_chunk_aggregator_vk_hash: "0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
18+
# (remember to trim the 0x prefix)
19+
sp1_chunk_aggregator_vk_hash: "00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
1920
risc0_chunk_aggregator_image_id: "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
2021

2122
ecdsa:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ total_proofs_limit: 3968
1515

1616
# These program ids are the ones from the chunk aggregator programs
1717
# Can be found in the Proof Aggregation Service deployment config
18-
sp1_chunk_aggregator_vk_hash: "0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
18+
# (remember to trim the 0x prefix)
19+
sp1_chunk_aggregator_vk_hash: "00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
1920
risc0_chunk_aggregator_image_id: "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
2021

2122
ecdsa:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ total_proofs_limit: 3968
1515

1616
# These program ids are the ones from the chunk aggregator programs
1717
# Can be found in the Proof Aggregation Service deployment config
18-
sp1_chunk_aggregator_vk_hash: "0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
18+
# (remember to trim the 0x prefix)
19+
sp1_chunk_aggregator_vk_hash: "00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
1920
risc0_chunk_aggregator_image_id: "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
2021

2122
ecdsa:

config-files/config-proof-aggregator.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ total_proofs_limit: 3968
1515

1616
# These program ids are the ones from the chunk aggregator programs
1717
# Can be found in the Proof Aggregation Service deployment config
18-
sp1_chunk_aggregator_vk_hash: "0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
18+
# (remember to trim the 0x prefix)
19+
sp1_chunk_aggregator_vk_hash: "00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b"
1920
risc0_chunk_aggregator_image_id: "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
2021

2122
ecdsa:

0 commit comments

Comments
 (0)