Skip to content

Commit 9f1e432

Browse files
committed
Update verification keys and binaries for charms-app-checker, charms-spell-checker
1 parent 35d0a33 commit 9f1e432

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

charms-client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub mod cardano_tx;
1212
pub mod tx;
1313

1414
pub const APP_VK: [u32; 8] = [
15-
773139792, 1871461666, 1172442063, 346922495, 1779450904, 263758648, 121652725, 113479979,
15+
717541545, 1051535064, 425739528, 1136188109, 511660609, 1273703151, 1244761477, 1505719145,
1616
];
1717

1818
pub const MOCK_SPELL_VK: &str = "7c38e8639a2eac0074cee920982b92376513e8940f4a7ca6859f17a728af5b0e";

src/bin/charms-app-checker

464 Bytes
Binary file not shown.

src/bin/charms-spell-checker

457 KB
Binary file not shown.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub const APP_CHECKER_BINARY: &[u8] = include_bytes!("./bin/charms-app-checker")
1111
pub const SPELL_CHECKER_BINARY: &[u8] = include_bytes!("./bin/charms-spell-checker");
1212

1313
/// Verification key for the `charms-spell-checker` binary.
14-
pub const SPELL_VK: &str = "0x001f3c1121c14c849b3fec7beaa93fabc68f32fda6fd929461f77f7d5ff63f7f";
14+
pub const SPELL_VK: &str = "0x0025109b59207637b23ef8f55f66a0793281cd04f158afdd7a28202384c48870";
1515

1616
#[cfg(test)]
1717
mod test {

0 commit comments

Comments
 (0)