Skip to content

Commit b94690a

Browse files
authored
chore: bump rsp and sp1-cc to reth-1.9.1b (#265)
* chore: bump rsp and sp1-cc to reth-1.9.1b * chore: remove trailing whitespace
1 parent 08d7c27 commit b94690a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ sp1-zkvm = "5.2.1"
135135
sp1-lib = "5.2.1"
136136
sp1-core-executor = "5.2.1"
137137
sp1-prover = "5.2.1"
138-
sp1-cc-client-executor = { git = "https://github.com/succinctlabs/sp1-contract-call.git", tag = "reth-1.9.1" }
139-
sp1-cc-host-executor = { git = "https://github.com/succinctlabs/sp1-contract-call.git", tag = "reth-1.9.1" }
140-
rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1" }
138+
sp1-cc-client-executor = { git = "https://github.com/succinctlabs/sp1-contract-call.git", tag = "reth-1.9.1b" }
139+
sp1-cc-host-executor = { git = "https://github.com/succinctlabs/sp1-contract-call.git", tag = "reth-1.9.1b" }
140+
rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" }
141141

142142
# ZKVM deps
143143
hex = "0.4"
232 Bytes
Binary file not shown.

canoe/sp1-cc/verifier/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use tracing::info;
3535
/// ```
3636
/// The v_key will be printed in the terminal.
3737
pub const V_KEY: [u32; 8] = [
38-
1473537568, 825664751, 1394439391, 1451584519, 1499785702, 1147318553, 2012103930, 966137298,
38+
172466936, 724562174, 1557159139, 1421788462, 501370159, 544998102, 524542311, 605749438,
3939
];
4040

4141
#[derive(Clone)]

0 commit comments

Comments
 (0)