mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
39cc95740a
- switch from Rococo<>Wococo to Rococo<>Westend bridge - add bidirectional simple tests - remove Wococo chains from xcm-emulator - added tests for assets transfers over Rococo<>Westend bridge fixes https://github.com/paritytech/parity-bridges-common/issues/2405
19 lines
856 B
TOML
19 lines
856 B
TOML
[package]
|
|
name = "rococo-westend-system-emulated-network"
|
|
version = "0.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
description = "Rococo<>Westend emulated bridged network"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
# Cumulus
|
|
emulated-integration-tests-common = { path = "../../common", default-features = false }
|
|
rococo-emulated-chain = { path = "../../chains/relays/rococo" }
|
|
westend-emulated-chain = { path = "../../chains/relays/westend" }
|
|
asset-hub-rococo-emulated-chain = { path = "../../chains/parachains/assets/asset-hub-rococo" }
|
|
asset-hub-westend-emulated-chain = { path = "../../chains/parachains/assets/asset-hub-westend" }
|
|
bridge-hub-rococo-emulated-chain = { path = "../../chains/parachains/bridges/bridge-hub-rococo" }
|
|
bridge-hub-westend-emulated-chain = { path = "../../chains/parachains/bridges/bridge-hub-westend" }
|