mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Remove Woococo related stuff (#2692)
* Remove Woococo related stuff * More removes * Compilation * Added equvocation for Ro/We * We need chain-westend primitives
This commit is contained in:
committed by
Bastian Köcher
parent
7a8c87a450
commit
a7d2568df4
@@ -51,8 +51,7 @@ sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "mas
|
||||
|
||||
[dev-dependencies]
|
||||
bp-rococo = { path = "../../primitives/chain-rococo" }
|
||||
bp-wococo = { path = "../../primitives/chain-wococo" }
|
||||
pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
|
||||
relay-rococo-client = { path = "../client-rococo" }
|
||||
relay-bridge-hub-rococo-client = { path = "../client-bridge-hub-rococo" }
|
||||
relay-bridge-hub-wococo-client = { path = "../client-bridge-hub-wococo" }
|
||||
relay-bridge-hub-westend-client = { path = "../client-bridge-hub-westend" }
|
||||
relay-rococo-client = { path = "../client-rococo" }
|
||||
|
||||
@@ -556,7 +556,7 @@ mod tests {
|
||||
use super::*;
|
||||
use bp_runtime::Chain as ChainBase;
|
||||
use relay_bridge_hub_rococo_client::BridgeHubRococo;
|
||||
use relay_bridge_hub_wococo_client::BridgeHubWococo;
|
||||
use relay_bridge_hub_westend_client::BridgeHubWestend;
|
||||
|
||||
fn message_details_from_rpc(
|
||||
nonces: RangeInclusive<MessageNonce>,
|
||||
@@ -644,7 +644,7 @@ mod tests {
|
||||
msgs_to_refine.push((payload, out_msg_details));
|
||||
}
|
||||
|
||||
let maybe_batches = split_msgs_to_refine::<BridgeHubRococo, BridgeHubWococo>(
|
||||
let maybe_batches = split_msgs_to_refine::<BridgeHubRococo, BridgeHubWestend>(
|
||||
Default::default(),
|
||||
msgs_to_refine,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user