mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 21:35:44 +00:00
Define node_runtime compatible Runtime types (#23)
* Define default `node_runtime` compatible Runtime * rustfmt
This commit is contained in:
@@ -27,6 +27,7 @@ sr-version = { git = "https://github.com/paritytech/substrate/", package = "sr-v
|
||||
srml-system = { git = "https://github.com/paritytech/substrate/", package = "srml-system" }
|
||||
srml-balances = { git = "https://github.com/paritytech/substrate/", package = "srml-balances" }
|
||||
srml-contracts = { git = "https://github.com/paritytech/substrate/", package = "srml-contracts" }
|
||||
srml-indices = { git = "https://github.com/paritytech/substrate/", package = "srml-indices" }
|
||||
substrate-rpc-api = { git = "https://github.com/paritytech/substrate/", package = "substrate-rpc-api" }
|
||||
substrate-rpc-primitives = { git = "https://github.com/paritytech/substrate/", package = "substrate-rpc-primitives" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate/", package = "substrate-primitives" }
|
||||
|
||||
Reference in New Issue
Block a user