Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix statemint-specific doc
  • Loading branch information
joepetrowski committed Nov 22, 2022
commit e64c70367b0a7575f95b313c1f8f708e6cdb9b42
2 changes: 1 addition & 1 deletion runtime/polkadot/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ parameter_types! {
pub const PolkadotForCollectives: (MultiAssetFilter, MultiLocation) = (Polkadot::get(), Parachain(1001).into());
}

/// Polkadot Relay recognizes/respects the Statemint chain as a teleporter.
/// Polkadot Relay recognizes/respects System parachains as teleporters.
pub type TrustedTeleporters =
(xcm_builder::Case<PolkadotForStatemint>, xcm_builder::Case<PolkadotForCollectives>);

Expand Down