mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Fix up polkadot runtime
This commit is contained in:
@@ -11,7 +11,7 @@ log = "0.3"
|
||||
slog = "^2"
|
||||
tokio = "0.1.7"
|
||||
hex-literal = "0.1"
|
||||
ed25519 = { git = "https://github.com/paritytech/substrate" }
|
||||
ed25519 = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
polkadot-availability-store = { path = "../availability-store" }
|
||||
polkadot-primitives = { path = "../primitives" }
|
||||
polkadot-runtime = { path = "../runtime" }
|
||||
@@ -20,9 +20,9 @@ polkadot-executor = { path = "../executor" }
|
||||
polkadot-api = { path = "../api" }
|
||||
polkadot-transaction-pool = { path = "../transaction-pool" }
|
||||
polkadot-network = { path = "../network" }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-network = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-client = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-service = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-telemetry = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
substrate-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
|
||||
|
||||
Reference in New Issue
Block a user