Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Aug 7, 2024
1 parent a89fde9 commit 1eec4b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ foundry-zksync-compiler = { path = "crates/zksync/compiler" }
# solc & compilation utilities
# foundry-block-explorers = { version = "0.4.1", default-features = false }
# foundry-compilers = { version = "0.8.0", default-features = false }
foundry-block-explorers = { git = "https://github.com/Moonsong-Labs/block-explorers", branch = "zksync-v0.4.1-debug", default-features = false }
foundry-compilers = { git = "https://github.com/Moonsong-Labs/compilers", branch = "zksync-v0.8.0-debug" }
foundry-block-explorers = { git = "https://github.com/Moonsong-Labs/block-explorers", branch = "zksync-v0.4.1", default-features = false }
foundry-compilers = { git = "https://github.com/Moonsong-Labs/compilers", branch = "zksync-v0.8.0" }

## revm
# no default features to avoid c-kzg
Expand Down

0 comments on commit 1eec4b9

Please sign in to comment.