We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc30a7c commit 79f99d4Copy full SHA for 79f99d4
internal/mithril-dmq/src/model/network.rs
@@ -27,9 +27,9 @@ impl DmqNetwork {
27
/// Preprod magic ID
28
pub const PREPROD_MAGIC_ID: MagicId = 1; // TODO: Update magic ids for networks
29
/// Preview magic ID
30
- pub const PREVIEW_MAGIC_ID: MagicId = 2; // TODO: Update magic ids for networks
+ pub const PREVIEW_MAGIC_ID: MagicId = 3141592; // TODO: Update magic ids for networks
31
/// Devnet magic ID
32
- pub(crate) const DEVNET_MAGIC_ID: MagicId = 3141592; // TODO: Update magic ids for networks
+ pub(crate) const DEVNET_MAGIC_ID: MagicId = 0; // TODO: Update magic ids for networks
33
34
/// Instantiates a DmqNetwork from its code and magic id
35
pub fn from_code(
0 commit comments