From d561529502b698fc84cba69c242734a6bf3b11c6 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Thu, 4 Mar 2021 07:22:41 -0700 Subject: [PATCH] Update kava-4 export height --- migrate/v0_13/migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate/v0_13/migrate.md b/migrate/v0_13/migrate.md index bfd6fadc..17e594d4 100644 --- a/migrate/v0_13/migrate.md +++ b/migrate/v0_13/migrate.md @@ -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!