File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
internal/mithril-dmq/src/model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ pub enum DmqNetwork {
2323
2424impl 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
You can’t perform that action at this time.
0 commit comments