-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42a5483
commit d7e6016
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:cosmos/gaia.git | ||
git checkout v13.0.0 | ||
git checkout v19.0.0 | ||
``` | ||
|
||
### 2. Prepare docker environment | ||
|