Skip to content

Commit

Permalink
Add TODO around staging_xcm network reference still being to Rococo
Browse files Browse the repository at this point in the history
  • Loading branch information
akramhussein authored and Akram Hussein committed Jun 14, 2024
1 parent 6ed9d5a commit 78ff56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/mozart/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 78ff56d

Please sign in to comment.