Skip to content

Commit dbfde6b

Browse files
committed
added migaloo-1 config into modrs
1 parent c760012 commit dbfde6b

File tree

1 file changed

+2
-1
lines changed
  • cw-orch/src/daemon/networks

1 file changed

+2
-1
lines changed

cw-orch/src/daemon/networks/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub use archway::{ARCHWAY_1, CONSTANTINE_3};
1717
pub use injective::{INJECTIVE_1, INJECTIVE_888};
1818
pub use juno::{JUNO_1, LOCAL_JUNO, UNI_6};
1919
pub use kujira::HARPOON_4;
20-
pub use migaloo::{LOCAL_MIGALOO, NARWHAL_1};
20+
pub use migaloo::{LOCAL_MIGALOO, MIGALOO_1, NARWHAL_1};
2121
pub use neutron::{LOCAL_NEUTRON, NEUTRON_1, PION_1};
2222
pub use osmosis::{LOCAL_OSMO, OSMO_5};
2323
pub use sei::{ATLANTIC_2, LOCAL_SEI, SEI_DEVNET_3};
@@ -52,6 +52,7 @@ pub fn parse_network(net_id: &str) -> ChainInfo {
5252
LOCAL_OSMO,
5353
LOCAL_MIGALOO,
5454
LOCAL_NEUTRON,
55+
MIGALOO_1,
5556
];
5657
for net in networks {
5758
if net.chain_id == net_id {

0 commit comments

Comments
 (0)