Skip to content

Commit 0d35bb5

Browse files
committed
update revm
1 parent b68a2b8 commit 0d35bb5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

prover/Cargo.lock

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

prover/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ morph-prove = { path = "bin/host" }
105105

106106
[workspace.dependencies.revm]
107107
git = "https://github.com/morph-l2/revm"
108-
branch = "emerald"
108+
branch = "release/v42"
109109
default-features = false
110110
features = [
111111
"morph-default-handler",
@@ -116,7 +116,7 @@ features = [
116116

117117
[workspace.dependencies.revm-primitives]
118118
git = "https://github.com/morph-l2/revm"
119-
branch = "emerald"
119+
branch = "release/v42"
120120
default-features = false
121121
features = [
122122
"morph-default-handler",

prover/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Generate zk proof for the l2 batch.
99
### Fast Run
1010
```sh
1111
cd bin/host
12-
RUST_LOG=info TRUSTED_SETUP_4844=./configs/4844_trusted_setup.txt cargo run --release
12+
RUST_LOG=info TRUSTED_SETUP_4844=../../configs/4844_trusted_setup.txt cargo run --release
1313
```
1414
or
1515

0 commit comments

Comments
 (0)