mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
point things to substrate git repo
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user