[package] name = "polkadot-rpc" version = "0.8.11" authors = ["Parity Technologies "] edition = "2018" [dependencies] jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant"} sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant"} sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant"} sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant"} txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false } sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }