Default to the wasm executor

https://github.com/paritytech/substrate/issues/ 10579 has the rationale for this.
This commit is contained in:
Luke Parker
2023-03-26 18:57:49 -04:00
parent aea6ac104f
commit 17818c2a02
4 changed files with 37 additions and 20 deletions

View File

@@ -23,6 +23,7 @@ sp-core = { git = "https://github.com/serai-dex/substrate" }
sp-keyring = { git = "https://github.com/serai-dex/substrate" }
sp-inherents = { git = "https://github.com/serai-dex/substrate" }
sp-timestamp = { git = "https://github.com/serai-dex/substrate" }
sp-io = { git = "https://github.com/serai-dex/substrate" }
sp-runtime = { git = "https://github.com/serai-dex/substrate" }
sp-blockchain = { git = "https://github.com/serai-dex/substrate" }
sp-api = { git = "https://github.com/serai-dex/substrate" }