[package] name = "polkadot-rpc" version = "0.7.1" authors = ["Parity Technologies "] edition = "2018" [dependencies] client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } polkadot-runtime = { path = "../runtime" }