Skip to content

Commit

Permalink
Added cosmos hub to parse networks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Oct 21, 2024
1 parent 28c4a91 commit 70015e2
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4"
version = "0.24.5"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions packages/cw-orch-networks/src/networks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ pub const SUPPORTED_NETWORKS: &[ChainInfo] = &[
ROLLKIT_TESTNET,
LOCAL_LANDSLIDE,
UNION_TESTNET_8,
COSMOS_HUB_TESTNET,
];

0 comments on commit 70015e2

Please sign in to comment.