Skip to content

Commit

Permalink
Merge pull request #21 from kroma-network/build/bump-up-zkevm-version
Browse files Browse the repository at this point in the history
build: bump-up-zkevm-version
  • Loading branch information
chokobole authored Aug 24, 2023
2 parents afdace3 + e444314 commit 2c1dd11
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
edition = "2021"

[dependencies]
eth-types = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "7da6a81", feature = ["kroma"]}
eth-types = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "6ef08f5", feature = ["kroma"]}
base64 = "0.13.0"
blake2 = "0.10.3"
ethers-core = "0.17.0"
Expand Down
8 changes: 4 additions & 4 deletions zkevm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ halo2-snark-aggregator-api = { git = "https://github.com/kroma-network/halo2-sna

halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_09_10" }

bus-mapping = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "7da6a81", feature = ["kroma"] }
eth-types = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "7da6a81", feature = ["kroma"] }
bus-mapping = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "6ef08f5", feature = ["kroma"] }
eth-types = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "6ef08f5", feature = ["kroma"] }
# TODO: enable zktrie feature
zkevm-circuits = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "7da6a81", default-features = false, features = ["test","enable-sign-verify", "kroma"] }
mpt-zktrie = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "7da6a81" }
zkevm-circuits = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "6ef08f5", default-features = false, features = ["test","enable-sign-verify", "kroma"] }
mpt-zktrie = { git = "https://github.com/kroma-network/zkevm-circuits.git", rev = "6ef08f5" }

rand = "0.8"
rand_xorshift = "0.3"
Expand Down

0 comments on commit 2c1dd11

Please sign in to comment.