From 7d5d4c3c4f3e63ca2f7602efcacd0affa0ee62d8 Mon Sep 17 00:00:00 2001 From: Franco NG Date: Tue, 14 May 2024 16:07:40 +0200 Subject: [PATCH] Update requirement and formatting --- documentation/Taking_Snapshot.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/Taking_Snapshot.md b/documentation/Taking_Snapshot.md index d77dd63..976a02a 100644 --- a/documentation/Taking_Snapshot.md +++ b/documentation/Taking_Snapshot.md @@ -9,12 +9,16 @@ The Merkle Tree is used for the Token Migration, which let users migrate their L - Node v18 - yarn +- jq ## Preparation 1. Synchronize blockchain using `lisk-core`. It will shut down itself after Snapshot Height (#24,823,618) has been reached. After synchronization, the snapshot data of the specific height can be found in `./snapshot/backup/` + > [!NOTE] + > Synchronization from scratch may take up to days. + ``` # Record current path LISK_HOME=$(pwd) @@ -36,9 +40,6 @@ The Merkle Tree is used for the Token Migration, which let users migrate their L ./bin/run start --network mainnet --data-path ../snapshot --overwrite-config ``` - > [!NOTE] - > Synchronization from scratch may take up to days. - 2. Go back to home folder, or start a new terminal if the `lisk-core` is still running, clone and install `lisk-token-claim`. ``` cd $LISK_HOME