point things to substrate git repo

This commit is contained in:
Robert Habermeier
2018-08-14 18:53:12 +02:00
parent e24537e653
commit cfdda87d44
15 changed files with 99 additions and 99 deletions
+7 -7
View File
@@ -10,10 +10,10 @@ parking_lot = "0.4"
polkadot-api = { path = "../api" }
polkadot-primitives = { path = "../primitives" }
polkadot-runtime = { path = "../runtime" }
substrate-client = { path = "../../substrate/client" }
substrate-codec = { path = "../../substrate/codec" }
substrate-keyring = { path = "../../substrate/keyring" }
substrate-extrinsic-pool = { path = "../../substrate/extrinsic-pool" }
substrate-primitives = { path = "../../substrate/primitives" }
substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" }
ed25519 = { path = "../../substrate/ed25519" }
substrate-client = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-keyring = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-extrinsic-pool = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-runtime-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
ed25519 = { git = "https://github.com/paritytech/paritysubstrate/ed25519" }