Fixes fo ro/wo bridge (#1661)

This commit is contained in:
Branislav Kontur
2022-11-23 23:18:17 +01:00
committed by Bastian Köcher
parent 1688b493cd
commit 786db04bbc
4 changed files with 7 additions and 10 deletions
@@ -69,7 +69,7 @@ impl Parachain for BridgeHubWococo {
}
/// Identifier of BridgeHubWococo in the Wococo relay chain.
pub const BRIDGE_HUB_WOCOCO_PARACHAIN_ID: u32 = 1013;
pub const BRIDGE_HUB_WOCOCO_PARACHAIN_ID: u32 = 1014;
/// Name of the With-BridgeHubWococo messages pallet instance that is deployed at bridged chains.
pub const WITH_BRIDGE_HUB_WOCOCO_MESSAGES_PALLET_NAME: &str = "BridgeWococoMessages";