Update kava-4 export height

This commit is contained in:
Kevin Davis 2021-03-04 07:22:41 -07:00 committed by GitHub
parent 076b18d412
commit d561529502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Kava developers will update this PR with the final block number when it is reach
1. Export State (this __MUST__ be done using __v0.12.2__, previous v0.12.x versions will not produce the same genesis hash!)
```sh
kvd export --for-zero-height --height [PLACEHOLDER] > export-genesis.json
kvd export --for-zero-height --height 1267330 > export-genesis.json
```
__Note:__ This can take a while!