From d7e6016753541a573b2a61e089049a6d5f4c5a8c Mon Sep 17 00:00:00 2001 From: Mike Mozhaev Date: Tue, 15 Oct 2024 15:12:56 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 471db2a5..d4e42e6b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Prerequisities - Docker engine -- Node.js version 16 +- Node.js version 20 ### 1. Clone neutron, gaia and neutron-query-relayer @@ -18,7 +18,7 @@ We use the Gaia network as a host network, so you need to clone it next to the n ```shell git clone git@github.com:cosmos/gaia.git -git checkout v13.0.0 +git checkout v19.0.0 ``` ### 2. Prepare docker environment