Skip to content

Commit 3a5dc6c

Browse files
committed
chore(dmq): update DMQ network magic
1 parent fc30a7c commit 3a5dc6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ pub enum DmqNetwork {
2323

2424
impl DmqNetwork {
2525
/// Mainnet magic ID
26-
pub const MAINNET_MAGIC_ID: MagicId = 123; // TODO: Update magic ids for networks
26+
pub const MAINNET_MAGIC_ID: MagicId = 3141592; // TODO: Update magic ids for networks
2727
/// Preprod magic ID
28-
pub const PREPROD_MAGIC_ID: MagicId = 1; // TODO: Update magic ids for networks
28+
pub const PREPROD_MAGIC_ID: MagicId = 3141592; // 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
3232
pub(crate) const DEVNET_MAGIC_ID: MagicId = 3141592; // TODO: Update magic ids for networks
3333

0 commit comments

Comments
 (0)