#![cfg(test)]
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod setup;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod proxy;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod assets;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod dispatch_precompile_filter;
#[cfg(feature = "shibuya")]
mod unified_accounts;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod dapp_staking;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod assets_chain_extensions;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod oracle;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod evm_tracing;
#[cfg(any(feature = "shibuya", feature = "astar"))]
mod governance;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod xcm_api;
#[cfg(any(feature = "shibuya", feature = "shiden", feature = "astar"))]
mod fees;