From 78ff56db13f7bdace84da163eb0559198c336478 Mon Sep 17 00:00:00 2001 From: Akram Hussein Date: Mon, 10 Jun 2024 08:31:35 -0300 Subject: [PATCH] Add TODO around staging_xcm network reference still being to Rococo --- runtime/mozart/src/xcm_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/mozart/src/xcm_config.rs b/runtime/mozart/src/xcm_config.rs index 6006aa771..c0e49bd59 100644 --- a/runtime/mozart/src/xcm_config.rs +++ b/runtime/mozart/src/xcm_config.rs @@ -51,7 +51,7 @@ use xcm_executor::XcmExecutor; parameter_types! { pub TokenLocation: Location = Here.into_location(); pub RootLocation: Location = Location::here(); - pub const ThisNetwork: NetworkId = NetworkId::Rococo; + pub const ThisNetwork: NetworkId = NetworkId::Rococo; // TODO(akram): Change to Mozart pub UniversalLocation: InteriorLocation = ThisNetwork::get().into(); pub CheckAccount: AccountId = XcmPallet::check_account(); pub LocalCheckAccount: (AccountId, MintLocation) = (CheckAccount::get(), MintLocation::Local);