Commit 0db9e2b3 authored by asynchronous rob's avatar asynchronous rob
Browse files

replacing references to staging branch

parent adfbcbed
......@@ -8,7 +8,7 @@ adder = { path = ".." }
polkadot-parachain = { path = "../../../parachain" }
polkadot-collator = { path = "../../../collator" }
polkadot-primitives = { path = "../../../primitives" }
ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
ed25519 = { git = "https://github.com/paritytech/parity-substrate" }
parking_lot = "0.4"
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
futures = "0.1"
......
......@@ -10,10 +10,10 @@ parking_lot = "0.4"
polkadot-api = { path = "../api" }
polkadot-primitives = { path = "../primitives" }
polkadot-runtime = { path = "../runtime" }
substrate-client = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
substrate-keyring = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
substrate-extrinsic-pool = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
substrate-client = { git = "https://github.com/paritytech/parity-substrate" }
substrate-codec = { git = "https://github.com/paritytech/parity-substrate" }
substrate-keyring = { git = "https://github.com/paritytech/parity-substrate" }
substrate-extrinsic-pool = { git = "https://github.com/paritytech/parity-substrate" }
substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" }
substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate" }
ed25519 = { git = "https://github.com/paritytech/parity-substrate" }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment