alloy_zksync/node_bindings/
mod.rs

1//! `anvil-zksync` bindings.
2
3pub use anvil_zksync::*;
4
5mod anvil_zksync;