Skip to content

Commit

Permalink
Set correct RelayNetwork for Moonbase (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgamundi authored Jun 6, 2023
1 parent 3e0c95c commit 2f07d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/moonbase/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f07d6c

Please sign in to comment.