1
2
3
4
5
6
7
pub const JUNO: &str = "juno-1";
pub const STARGAZE: &str = "stargaze-1";
pub const OSMOSIS: &str = "osmosis-1";

pub mod interchain_accounts;
pub mod module_to_module_interactions;
pub mod setup;