diff --git a/README.md b/README.md index d2850f0..a224890 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,10 @@ To run a full network with multiple NeuroWeb nodes (collators and non-collators) #### Run A Relay Chain To start a relay chain we recommend reading and following instructions in [Cumulus Workshop](https://docs.substrate.io/tutorials/build-a-parachain/prepare-a-local-relay-chain/). + NeuroWeb is currently compatible with Polkadot v1.11.0 version. + #### Parachain Nodes (Collators) From the OriginTrail parachain working directory: diff --git a/node/Cargo.toml b/node/Cargo.toml index bc20ed6..688f296 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -61,6 +61,7 @@ sp-runtime = { workspace = true } sp-timestamp = { workspace = true } substrate-frame-rpc-system = { workspace = true } substrate-prometheus-endpoint = { workspace = true } +try-runtime-cli = { workspace = true } # Polkadot polkadot-cli = { workspace = true }