diff --git a/src/bindings.rs b/src/bindings.rs index 75f21d2..bf4f90c 100644 --- a/src/bindings.rs +++ b/src/bindings.rs @@ -441,6 +441,6 @@ pub mod bundle_helper { "abi/BundleHelper.json" ); + pub use super::bundle_helper::BundleHelper::{new, submitCall, FillPermit2}; pub use super::bundle_helper::Zenith::BlockHeader; - pub use super::bundle_helper::BundleHelper::{FillPermit2, new, submitCall}; -} \ No newline at end of file +} diff --git a/src/lib.rs b/src/lib.rs index bca7266..d05bf7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,8 +13,7 @@ mod bindings; pub use bindings::{ - mintCall, HostOrders, Passage, RollupOrders, RollupPassage, Transactor, Zenith, - bundle_helper, + bundle_helper, mintCall, HostOrders, Passage, RollupOrders, RollupPassage, Transactor, Zenith, }; mod block;