mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
Move relay clients to separate folder (#2893)
This commit is contained in:
committed by
Bastian Köcher
parent
9b685d5fc9
commit
449ea7b5bb
@@ -58,6 +58,6 @@ sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "mas
|
||||
[dev-dependencies]
|
||||
bp-rococo = { path = "../../chains/chain-rococo" }
|
||||
pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
|
||||
relay-bridge-hub-rococo-client = { path = "../client-bridge-hub-rococo" }
|
||||
relay-bridge-hub-westend-client = { path = "../client-bridge-hub-westend" }
|
||||
relay-rococo-client = { path = "../client-rococo" }
|
||||
relay-bridge-hub-rococo-client = { path = "../../relay-clients/client-bridge-hub-rococo" }
|
||||
relay-bridge-hub-westend-client = { path = "../../relay-clients/client-bridge-hub-westend" }
|
||||
relay-rococo-client = { path = "../../relay-clients/client-rococo" }
|
||||
|
||||
Reference in New Issue
Block a user