From e7f9bb5f6b7c76855931aae9652d0a2dea1b41f5 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 20 Mar 2024 14:11:31 +0100 Subject: [PATCH] Revert back deps --- Cargo.lock | 2 ++ .../emulated/tests/bridges/bridge-hub-kusama/Cargo.toml | 1 + .../emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 98c89eeb72..d26eacaaba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1539,6 +1539,7 @@ dependencies = [ "sp-runtime", "staging-xcm", "staging-xcm-executor", + "system-parachains-constants", ] [[package]] @@ -1687,6 +1688,7 @@ dependencies = [ "sp-runtime", "staging-xcm", "staging-xcm-executor", + "system-parachains-constants", ] [[package]] diff --git a/integration-tests/emulated/tests/bridges/bridge-hub-kusama/Cargo.toml b/integration-tests/emulated/tests/bridges/bridge-hub-kusama/Cargo.toml index 0020e6ded6..b4a9ae2cb7 100644 --- a/integration-tests/emulated/tests/bridges/bridge-hub-kusama/Cargo.toml +++ b/integration-tests/emulated/tests/bridges/bridge-hub-kusama/Cargo.toml @@ -42,6 +42,7 @@ asset-hub-kusama-runtime = { path = "../../../../../system-parachains/asset-hubs integration-tests-helpers = { path = "../../../helpers" } kusama-polkadot-system-emulated-network = { path = "../../../networks/kusama-polkadot-system" } kusama-system-emulated-network = { path = "../../../networks/kusama-system" } +system-parachains-constants = { path = "../../../../../system-parachains/constants" } # Snowbridge snowbridge-beacon-primitives = { version = "0.1.0" } diff --git a/integration-tests/emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml b/integration-tests/emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml index 9ff3bf18f4..d7fa7a7aa8 100644 --- a/integration-tests/emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml +++ b/integration-tests/emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml @@ -35,13 +35,14 @@ cumulus-pallet-xcmp-queue = { version = "0.8.0" } bp-messages = { version = "0.8.0" } pallet-bridge-messages = { version = "0.8.0" } -# Runtimes +# Local bp-bridge-hub-polkadot = { path = "../../../../../system-parachains/bridge-hubs/bridge-hub-polkadot/primitives"} bridge-hub-polkadot-runtime = { path = "../../../../../system-parachains/bridge-hubs/bridge-hub-polkadot" } asset-hub-polkadot-runtime = { path = "../../../../../system-parachains/asset-hubs/asset-hub-polkadot" } integration-tests-helpers = { path = "../../../helpers" } kusama-polkadot-system-emulated-network = { path = "../../../networks/kusama-polkadot-system" } polkadot-system-emulated-network = { path = "../../../networks/polkadot-system" } +system-parachains-constants = { path = "../../../../../system-parachains/constants" } # Snowbridge snowbridge-beacon-primitives = { version = "0.1.0" }