Skip to content

Commit

Permalink
fix(zksync_types): redeclare api
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda committed Sep 10, 2024
1 parent 904dfa6 commit 952fbff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub mod zksync {
pub use zksync_prover_interface::*;
pub use zksync_prover_interface::api as prover_interface_api;
pub use zksync_prover_interface::{inputs, outputs};
pub use zksync_system_constants::*;
pub use zksync_types::*;
pub use zksync_web3_decl::types as web3_decl;
Expand Down

0 comments on commit 952fbff

Please sign in to comment.