Skip to content

Commit

Permalink
Cosmos hub testnet fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Oct 21, 2024
1 parent a703c99 commit 28c4a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cw-orch-networks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-networks"
version = "0.24.3"
version = "0.24.4"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions packages/cw-orch-networks/src/networks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//! Contains information and helpers for different blockchain networks
//! See [parse_network] to easily retrieve this static network information
pub mod archway;
pub mod cosmos;
pub mod doravota;
pub mod injective;
pub mod juno;
Expand All @@ -20,6 +21,7 @@ pub mod xion;

use crate::networks::union::UNION_TESTNET_8;
pub use archway::{ARCHWAY_1, CONSTANTINE_3};
pub use cosmos::COSMOS_HUB_TESTNET;
pub use cw_orch_core::environment::{ChainInfo, ChainKind, NetworkInfo};
pub use doravota::{VOTA_ASH, VOTA_TESTNET};
pub use injective::{INJECTIVE_1, INJECTIVE_888};
Expand Down

0 comments on commit 28c4a91

Please sign in to comment.