Skip to content

Commit

Permalink
Update system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Branislav Kontur <[email protected]>
  • Loading branch information
svyatonik and bkontur authored Nov 29, 2023
1 parent 5492a05 commit e84787f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ match_types! {
pub type FellowshipSalaryPallet: impl Contains<MultiLocation> = {
MultiLocation { parents: 1, interior: X2(Parachain(1001), PalletInstance(64)) }
};
pub type TreasuryPallet: impl Contains<MultiLocation> = {
MultiLocation { parents: 1, interior: X1(PalletInstance(polkadot_runtime_constants::TREASURY_PALLET_ID)) }
};
}

/// A call filter for the XCM Transact instruction. This is a temporary measure until we properly
Expand Down

0 comments on commit e84787f

Please sign in to comment.