Skip to content

Commit

Permalink
fix: Update sphinx circuit version (#178)
Browse files Browse the repository at this point in the history
After merging #176, the old parameters were invalidated.

Co-authored-by: wwared <[email protected]>
  • Loading branch information
wwared and wwared authored Sep 27, 2024
1 parent b5881cb commit 3103411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ use stark::StarkGenericConfig;
/// This string should be updated whenever any step in verifying an SP1 proof changes, including
/// core, recursion, and plonk-bn254. This string is used to download SP1 artifacts and the gnark
/// docker image.
pub const SPHINX_CIRCUIT_VERSION: &str = "v1.0.8-testnet";
pub const SPHINX_CIRCUIT_VERSION: &str = "v1.0.8.1-testnet";

0 comments on commit 3103411

Please sign in to comment.