File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ morph-prove = { path = "bin/host" }
105105
106106[workspace .dependencies .revm ]
107107git = " https://github.com/morph-l2/revm"
108- branch = " emerald "
108+ branch = " release/v42 "
109109default-features = false
110110features = [
111111 " morph-default-handler" ,
@@ -116,7 +116,7 @@ features = [
116116
117117[workspace .dependencies .revm-primitives ]
118118git = " https://github.com/morph-l2/revm"
119- branch = " emerald "
119+ branch = " release/v42 "
120120default-features = false
121121features = [
122122 " morph-default-handler" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Generate zk proof for the l2 batch.
99### Fast Run
1010``` sh
1111cd 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```
1414or
1515
You can’t perform that action at this time.
0 commit comments