Skip to content

Commit d8e0e4b

Browse files
chore: update try-runtime doc
1 parent a3e802f commit d8e0e4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

substrate-node/doc/try_runtime.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ List of available endpoints for our networks:
1111

1212
## Select a network you wish to try the runtime upgrade upon
1313

14-
For that network, compile the current deployed version. To see which version is deployed open de PolkadotJS UI and check which specVersion is deployed. Then check which release that corresponds to. Compile that release and copy the runtime wasm: `cp target/release/wbuild/tfchain-runtime/tfchain_runtime.compact.wasm ./runtimeX.wasm`.
15-
1614
Now go the release you want to test with try-runtime and compile as following:
1715

1816
```
19-
cargo run --release --features=try-runtime try-runtime --runtime ./runtimeX.wasm --chain chainspecs/NETWORK/chainSpecRaw.json on-runtime-upgrade live --uri NETWORK_URL
17+
cargo run --release --features=try-runtime try-runtime --runtime ./target/release/wbuild/tfchain-runtime/tfchain_runtime.compact.wasm --chain chainspecs/NETWORK/chainSpecRaw.json on-runtime-upgrade live --uri NETWORK_URL
2018
```

0 commit comments

Comments
 (0)