This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
cumulus/parachains/runtimes/assets/asset-hub-rococo/src Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments