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