mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 21:51:06 +00:00
point things to substrate git repo
This commit is contained in:
+12
-12
@@ -14,18 +14,18 @@ tokio = "0.1.7"
|
||||
futures = "0.1.17"
|
||||
parking_lot = "0.4"
|
||||
exit-future = "0.1"
|
||||
substrate-cli = { path = "../../substrate/cli" }
|
||||
substrate-client = { path = "../../substrate/client" }
|
||||
substrate-codec = { path = "../../substrate/codec" }
|
||||
substrate-extrinsic-pool = { path = "../../substrate/extrinsic-pool" }
|
||||
substrate-network = { path = "../../substrate/network" }
|
||||
substrate-primitives = { path = "../../substrate/primitives" }
|
||||
substrate-rpc = { path = "../../substrate/rpc" }
|
||||
substrate-rpc-servers = { path = "../../substrate/rpc-servers" }
|
||||
substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" }
|
||||
substrate-service = { path = "../../substrate/service" }
|
||||
substrate-state-machine = { path = "../../substrate/state-machine" }
|
||||
substrate-telemetry = { path = "../../substrate/telemetry" }
|
||||
substrate-cli = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-client = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-extrinsic-pool = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-network = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-rpc = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-rpc-servers = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-service = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-state-machine = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-telemetry = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
polkadot-primitives = { path = "../primitives" }
|
||||
polkadot-runtime = { path = "../runtime" }
|
||||
polkadot-service = { path = "../service" }
|
||||
|
||||
Reference in New Issue
Block a user