Skip to content

Commit

Permalink
fix VersionWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ark930 committed Oct 25, 2021
1 parent 8c0b0d7 commit 05dbd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/asgard/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ impl cumulus_pallet_xcm::Config for Runtime {
impl cumulus_pallet_xcmp_queue::Config for Runtime {
type ChannelInfo = ParachainSystem;
type Event = Event;
type VersionWrapper = ();
type VersionWrapper = PolkadotXcm;
type XcmExecutor = XcmExecutor<XcmConfig>;
}

Expand Down
2 changes: 1 addition & 1 deletion runtime/bifrost/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ impl cumulus_pallet_xcm::Config for Runtime {
impl cumulus_pallet_xcmp_queue::Config for Runtime {
type ChannelInfo = ParachainSystem;
type Event = Event;
type VersionWrapper = ();
type VersionWrapper = PolkadotXcm;
type XcmExecutor = XcmExecutor<XcmConfig>;
}

Expand Down

0 comments on commit 05dbd01

Please sign in to comment.