Skip to content

Try Runtime

Marko Petrlić edited this page Oct 20, 2022 · 2 revisions

This is how you do it:

RUST_LOG=runtime=trace,try-runtime::cli=trace,executor=trace  ./ternoa try-runtime --chain alphanet-dev --no-spec-name-check  on-runtime-upgrade live  -u ws://51.15.139.57:9944

TODO @Ghali:

  • Write what --no-spec-check-panic means
  • The IP address passed to the -u flag needs to be the IP of the machine and not the DNS name. It's also important to write the port number at the end of the IP.