From 2f07d6c16531505ec2683d0456f13715b68f9df5 Mon Sep 17 00:00:00 2001 From: Francisco Gamundi <52399794+fgamundi@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:01:16 +0200 Subject: [PATCH] Set correct RelayNetwork for Moonbase (#2326) --- runtime/moonbase/src/xcm_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/moonbase/src/xcm_config.rs b/runtime/moonbase/src/xcm_config.rs index 6ff2d0de2c..146b019f44 100644 --- a/runtime/moonbase/src/xcm_config.rs +++ b/runtime/moonbase/src/xcm_config.rs @@ -70,7 +70,7 @@ use crate::governance::referenda::GeneralAdminOrRoot; parameter_types! { // The network Id of the relay - pub const RelayNetwork: NetworkId = NetworkId::Polkadot; + pub const RelayNetwork: NetworkId = NetworkId::Westend; // The relay chain Origin type pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); // The universal location within the global consensus system