Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ cargo build --features try-runtime --release && cp target/release/substrate .
try-runtime \
--runtime /path-to-substrate/target/release/wbuild/my-runtime.wasm \
on-runtime-upgrade \
# if you'd like pre_upgrade & post_upgrade checks to run
Comment thread
PolkadotDom marked this conversation as resolved.
Outdated
--disable-mbm-checks \
live --uri ws://localhost:9999
```

Expand Down