feat: improve crate resolution
This commit is contained in:
parent
51c2818263
commit
3acead1d67
|
@ -8,21 +8,6 @@ pub mod multicall_3 {
|
||||||
// This is a hack to guarantee all ethers-derive macros can find the types.
|
// This is a hack to guarantee all ethers-derive macros can find the types.
|
||||||
// See [`ethers_core::macros::determine_ethers_crates`].
|
// See [`ethers_core::macros::determine_ethers_crates`].
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
mod ethers {
|
|
||||||
pub mod contract {
|
|
||||||
pub use crate::*;
|
|
||||||
}
|
|
||||||
pub mod core {
|
|
||||||
pub use ethers_core::*;
|
|
||||||
}
|
|
||||||
pub mod providers {
|
|
||||||
pub use ethers_providers::*;
|
|
||||||
}
|
|
||||||
pub mod types {
|
|
||||||
pub use ethers_core::types::*;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#[doc(hidden)]
|
|
||||||
mod ethers_contract {
|
mod ethers_contract {
|
||||||
pub use crate::*;
|
pub use crate::*;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue