Skip to content

Commit 3581987

Browse files
committed
activity::is_pre_v8 is the correct one
1 parent 4b8d6ed commit 3581987

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/guides/founder/migrate-to-v8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ libra --version # Must show version ≥ 8.0
3030

3131
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)
3232

33+
### Verify if account is a Pre-v8 address
34+
```bash
35+
libra query view -f 0x1::activity::is_pre_v8 --args <your-address>
36+
```
37+
If this returns **true**, continue with this guide.
38+
3339
## Quick Start ⚡
3440

3541
1. **Re-join the network**

0 commit comments

Comments
 (0)