mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
implement PolkadotClient for polkadot clients without parachain key
This commit is contained in:
@@ -13,8 +13,9 @@ substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
sr-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
|
||||
# polkadot deps
|
||||
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-update-substrate" }
|
||||
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-update-substrate" }
|
||||
polkadot-service = { git = "https://github.com/paritytech/polkadot" }
|
||||
polkadot-primitives = { git = "https://github.com/paritytech/polkadot" }
|
||||
polkadot-runtime = { git = "https://github.com/paritytech/polkadot" }
|
||||
|
||||
# other deps
|
||||
futures = "0.1.21"
|
||||
|
||||
Reference in New Issue
Block a user