Define node_runtime compatible Runtime types (#23)

* Define default `node_runtime` compatible Runtime

* rustfmt
This commit is contained in:
Andrew Jones
2019-10-04 17:54:16 +01:00
committed by GitHub
parent 98e3bb8640
commit 58959db9d4
4 changed files with 107 additions and 20 deletions
+1
View File
@@ -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" }