Skip to content

Commit

Permalink
adds patch back in
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 2, 2023
1 parent f0a1362 commit fb92c02
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ members = [
"runtime/runtime-common",
"runtime/rococo-common",
]

[patch.'https://github.com/snowfork/snowbridge']
snowbridge-beacon-primitives = { path = "./primitives/beacon" }
snowbridge-system = { path = "./pallets/system" }
snowbridge-system-runtime-api = { path = "./pallets/system/runtime-api" }
snowbridge-core = { path = "./primitives/core" }
snowbridge-ethereum-beacon-client = { path = "./pallets/ethereum-beacon-client" }
snowbridge-inbound-queue = { path = "./pallets/inbound-queue" }
snowbridge-outbound-queue = { path = "./pallets/outbound-queue" }
snowbridge-outbound-queue-runtime-api = { path = "./pallets/outbound-queue/runtime-api" }
snowbridge-router-primitives = { path = "./primitives/router" }
snowbridge-runtime-common = { path = "./runtime/runtime-common" }

0 comments on commit fb92c02

Please sign in to comment.