From 92f1243cecb4e6477efa1939164a8f4cdf076bee Mon Sep 17 00:00:00 2001 From: Valters Jansons Date: Wed, 10 Jan 2024 20:39:28 +0200 Subject: [PATCH] narwhal-2: Update instructions with v3.0.4 Today, two security updates landed for v3 and an upgrade was coordinated. The testnet should also include these changes for its first block. --- narwhal-2/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/narwhal-2/README.md b/narwhal-2/README.md index 4a93acc..2f17b7c 100644 --- a/narwhal-2/README.md +++ b/narwhal-2/README.md @@ -1,6 +1,6 @@ # Migaloo Testnet -This testnet will start with the node version `3.0.2`. +This testnet will start with the node version `3.0.4`. ## Minimum hardware requirements @@ -15,17 +15,17 @@ This testnet will start with the node version `3.0.2`. ```bash git clone https://github.com/White-Whale-Defi-Platform/migaloo-chain cd migaloo-chain -git checkout v3.0.2 +git checkout v3.0.4 make install ``` ### Check Node version ```bash -# Get node version (should be v3.0.2) +# Get node version (should be v3.0.4) migalood version -# Get node long version (should be de98de2dd96917ae1ab79161d573fc0b4ee1facf) +# Get node long version (should be 6e3cc31edaa790176fe94792880f2ec25350b8d0) migalood version --long | grep commit ```