mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 09:25:46 +00:00
@@ -13,25 +13,25 @@ tracing = "0.1.37"
|
||||
lru = "0.10.0"
|
||||
|
||||
# Substrate
|
||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-client-api = { path = "../../../../substrate/client/api" }
|
||||
sc-consensus = { path = "../../../../substrate/client/consensus/common" }
|
||||
sc-consensus-aura = { path = "../../../../substrate/client/consensus/aura" }
|
||||
sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" }
|
||||
sc-consensus-slots = { path = "../../../../substrate/client/consensus/slots" }
|
||||
sc-telemetry = { path = "../../../../substrate/client/telemetry" }
|
||||
sp-api = { path = "../../../../substrate/primitives/api" }
|
||||
sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" }
|
||||
sp-block-builder = { path = "../../../../substrate/primitives/block-builder" }
|
||||
sp-blockchain = { path = "../../../../substrate/primitives/blockchain" }
|
||||
sp-consensus = { path = "../../../../substrate/primitives/consensus/common" }
|
||||
sp-consensus-aura = { path = "../../../../substrate/primitives/consensus/aura" }
|
||||
sp-core = { path = "../../../../substrate/primitives/core" }
|
||||
sp-inherents = { path = "../../../../substrate/primitives/inherents" }
|
||||
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
|
||||
sp-runtime = { path = "../../../../substrate/primitives/runtime" }
|
||||
sp-timestamp = { path = "../../../../substrate/primitives/timestamp" }
|
||||
sp-state-machine = { path = "../../../../substrate/primitives/state-machine" }
|
||||
substrate-prometheus-endpoint = { path = "../../../../substrate/utils/prometheus" }
|
||||
|
||||
# Cumulus
|
||||
cumulus-client-consensus-common = { path = "../common" }
|
||||
@@ -43,7 +43,7 @@ cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-
|
||||
cumulus-client-collator = { path = "../../collator" }
|
||||
|
||||
# Polkadot
|
||||
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-primitives = { path = "../../../../polkadot/primitives" }
|
||||
polkadot-node-primitives = { path = "../../../../polkadot/node/primitives" }
|
||||
polkadot-node-subsystem = { path = "../../../../polkadot/node/subsystem" }
|
||||
polkadot-overseer = { path = "../../../../polkadot/node/overseer" }
|
||||
|
||||
Reference in New Issue
Block a user