[package] name = "polkadot-rpc" version = "0.7.21" authors = ["Parity Technologies "] edition = "2018" [dependencies] client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-more-metrics-polkadot" } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false }