Skip to content

Commit

Permalink
freeze batch proof elf for kumquat
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik committed Jan 11, 2025
1 parent da8ef89 commit 62b49a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/citrea/src/guests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ lazy_static! {
let mut m = HashMap::new();

m.insert(SpecId::Genesis, guest!("../../../resources/guests/risc0/devnet/batch-0.elf"));
m.insert(SpecId::Kumquat, guest!("../../../resources/guests/risc0/devnet/batch-1.elf"));

m
};
pub(crate) static ref LIGHT_CLIENT_MAINNET_GUESTS: HashMap<SpecId, (Digest, Vec<u8>)> = {
Expand Down
Binary file added resources/guests/risc0/devnet/batch-1.elf
Binary file not shown.

0 comments on commit 62b49a1

Please sign in to comment.