Skip to content

Commit 79f99d4

Browse files
committed
wip(dmq): update DMQ magic id for preview - DO NOT MERGE
1 parent fc30a7c commit 79f99d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/mithril-dmq/src/model/network.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ impl DmqNetwork {
2727
/// Preprod magic ID
2828
pub const PREPROD_MAGIC_ID: MagicId = 1; // TODO: Update magic ids for networks
2929
/// Preview magic ID
30-
pub const PREVIEW_MAGIC_ID: MagicId = 2; // TODO: Update magic ids for networks
30+
pub const PREVIEW_MAGIC_ID: MagicId = 3141592; // TODO: Update magic ids for networks
3131
/// Devnet magic ID
32-
pub(crate) const DEVNET_MAGIC_ID: MagicId = 3141592; // TODO: Update magic ids for networks
32+
pub(crate) const DEVNET_MAGIC_ID: MagicId = 0; // TODO: Update magic ids for networks
3333

3434
/// Instantiates a DmqNetwork from its code and magic id
3535
pub fn from_code(

0 commit comments

Comments
 (0)