mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Fix up polkadot runtime
This commit is contained in:
@@ -10,21 +10,21 @@ crate-type = ["cdylib"]
|
||||
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
|
||||
polkadot-primitives = { path = "../../primitives", default-features = false }
|
||||
safe-mix = { version = "1.0", default-features = false }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-support = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-consensus = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-council = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-democracy = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-session = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-staking = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-system = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-runtime-version = { git = "https://github.com/paritytech/substrate", default-features = false }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-council = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-democracy = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
substrate-runtime-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot", default-features = false }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user