mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
[Bridges] Move chain definitions to separate folder (#3822)
Related to https://github.com/paritytech/parity-bridges-common/issues/2538 This PR doesn't contain any functional changes. The PR moves specific bridged chain definitions from `bridges/primitives` to `bridges/chains` folder in order to facilitate the migration of the `parity-bridges-repo` into `polkadot-sdk` as discussed in https://hackmd.io/LprWjZ0bQXKpFeveYHIRXw?view Apart from this it also includes some cosmetic changes to some `Cargo.toml` files as a result of running `diener workspacify`.
This commit is contained in:
@@ -36,7 +36,7 @@ sp-io = { path = "../../../../substrate/primitives/io", default-features = false
|
||||
|
||||
snowbridge-core = { path = "../../primitives/core", default-features = false }
|
||||
snowbridge-ethereum = { path = "../../primitives/ethereum", default-features = false }
|
||||
snowbridge-pallet-ethereum-client-fixtures = { path = "./fixtures", default-features = false, optional = true }
|
||||
snowbridge-pallet-ethereum-client-fixtures = { path = "fixtures", default-features = false, optional = true }
|
||||
primitives = { package = "snowbridge-beacon-primitives", path = "../../primitives/beacon", default-features = false }
|
||||
static_assertions = { version = "1.1.0", default-features = false }
|
||||
bp-runtime = { path = "../../../primitives/runtime", default-features = false }
|
||||
@@ -48,7 +48,7 @@ sp-keyring = { path = "../../../../substrate/primitives/keyring" }
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
hex-literal = "0.4.1"
|
||||
pallet-timestamp = { path = "../../../../substrate/frame/timestamp" }
|
||||
snowbridge-pallet-ethereum-client-fixtures = { path = "./fixtures" }
|
||||
snowbridge-pallet-ethereum-client-fixtures = { path = "fixtures" }
|
||||
sp-io = { path = "../../../../substrate/primitives/io" }
|
||||
serde = { workspace = true, default-features = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user