Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 5b25239

Browse files
claravanstadenclaravanstaden
authored andcommitted
starts with pallet universal alias
1 parent a5b1964 commit 5b25239

File tree

1 file changed

+8
-1
lines changed
  • cumulus/parachains/runtimes/assets/asset-hub-rococo/src

1 file changed

+8
-1
lines changed

cumulus/parachains/runtimes/assets/asset-hub-rococo/src/xcm_config.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,13 @@ pub mod bridging {
856856
/// Needs to be more than fee calculated from DefaultFeeConfig FeeConfigRecord in snowbridge:parachain/pallets/outbound-queue/src/lib.rs
857857
/// Polkadot uses 12 decimals, Kusama and Rococo 10 decimals.
858858
pub const BridgeHubEthereumBaseFeeInROC: u128 = 2_750_872_500_000;
859+
pub SiblingBridgeHubWithBridgeHubInboundInstance: MultiLocation = MultiLocation::new(
860+
1,
861+
X2(
862+
Parachain(SiblingBridgeHubParaId::get()),
863+
PalletInstance(80)
864+
)
865+
);
859866

860867
/// Set up exporters configuration.
861868
/// `Option<MultiAsset>` represents static "base fee" which is used for total delivery fee calculation.
@@ -876,7 +883,7 @@ pub mod bridging {
876883
/// Universal aliases
877884
pub UniversalAliases: BTreeSet<(MultiLocation, Junction)> = BTreeSet::from_iter(
878885
sp_std::vec![
879-
(SiblingBridgeHub::get(), GlobalConsensus(EthereumNetwork::get())),
886+
(SiblingBridgeHubWithBridgeHubInboundInstance::get(), GlobalConsensus(EthereumNetwork::get())),
880887
]
881888
);
882889
}

0 commit comments

Comments
 (0)