diff --git a/docs/guides/founder/migrate-to-v8.md b/docs/guides/founder/migrate-to-v8.md index b0f9e7d2..397d1df2 100644 --- a/docs/guides/founder/migrate-to-v8.md +++ b/docs/guides/founder/migrate-to-v8.md @@ -30,9 +30,9 @@ libra --version # Must show version ≥ 8.0 If not installed, follow → Install the Open Libra CLI from [source code](https://docs.openlibra.io/getting-started/install-open-libra-cli) or [binaries](https://docs.openlibra.io/getting-started/install-open-libra-cli/install-open-libra-cli-binaries) -### Verify You're a Founder +### Verify if account is a Pre-v8 address ```bash -libra query view -f 0x1::founder::is_founder --args +libra query view -f 0x1::activity::is_pre_v8 --args ``` If this returns **true**, continue with this guide.