Skip to content

Commit

Permalink
feat: update groth16 artifacts (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas authored May 11, 2024
1 parent a2fef98 commit 0b23a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use reqwest::Client;
pub const GROTH16_ARTIFACTS_URL_BASE: &str = "https://sp1-circuits.s3-us-east-2.amazonaws.com";

/// The current version of the groth16 artifacts.
pub const GROTH16_ARTIFACTS_COMMIT: &str = "49fedbe4";
pub const GROTH16_ARTIFACTS_COMMIT: &str = "1eee43b6";

/// Install the latest groth16 artifacts.
///
Expand Down

0 comments on commit 0b23a36

Please sign in to comment.