Skip to content

Commit

Permalink
zkevm circuit develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Sep 10, 2024
1 parent 5030d4f commit 49754ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ serde_json = "1.0"
tokio = { version = "1.32", features = ["full"] }

halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "v1.1" }
#prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", branch = "feat/migrate_compression", default-features = false, features = ["parallel_syn", "scroll"] }
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", rev = "6e6ee0eed02a366918fbc820e26b1dd8c97923e2", default-features = false, features = ["parallel_syn", "scroll"] }
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", branch = "develop", default-features = false, features = ["parallel_syn", "scroll"] }
integration = { path = "integration" }

[patch.crates-io]
Expand Down

0 comments on commit 49754ef

Please sign in to comment.