Skip to content
Merged
Changes from all 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
4 changes: 2 additions & 2 deletions docs/guides/founder/migrate-to-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-address>
libra query view -f 0x1::activity::is_pre_v8 --args <your-address>
```
If this returns **true**, continue with this guide.

Expand Down