File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/mithril-dmq/src/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ 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
3232 pub ( crate ) const DEVNET_MAGIC_ID : MagicId = 3141592 ; // TODO: Update magic ids for networks
3333
@@ -72,7 +72,7 @@ impl Display for DmqNetwork {
7272 DmqNetwork :: TestNet ( magic_id) => match magic_id {
7373 Self :: PREVIEW_MAGIC_ID => write ! ( f, "preview" ) ,
7474 Self :: PREPROD_MAGIC_ID => write ! ( f, "preprod" ) ,
75- Self :: DEVNET_MAGIC_ID => write ! ( f, "devnet" ) ,
75+ // Self::DEVNET_MAGIC_ID => write!(f, "devnet"),
7676 _ => write ! ( f, "private" ) ,
7777 } ,
7878 }
You can’t perform that action at this time.
0 commit comments