-
Notifications
You must be signed in to change notification settings - Fork 30
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
b03e0f1
commit 1b8d444
Showing
2 changed files
with
5 additions
and
3 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 |
---|---|---|
|
@@ -39,7 +39,7 @@ wget -qO- https://github.com/archway-network/networks/raw/main/archway-1/genesis | |
To install the required version of `ksync`, run the following command: | ||
|
||
```bash | ||
go install github.com/KYVENetwork/ksync/cmd/[email protected].0 | ||
go install github.com/KYVENetwork/ksync/cmd/[email protected].1 | ||
``` | ||
|
||
Run `ksync version` to verify the installation. | ||
|
@@ -52,7 +52,7 @@ as follows: | |
```bash | ||
git clone [email protected]:KYVENetwork/ksync.git | ||
cd ksync | ||
git checkout tags/v1.0.0-beta.0 -b v1.0.0-beta.0 | ||
git checkout tags/v1.0.0-beta.1 -b v1.0.0-beta.1 | ||
make ksync | ||
``` | ||
|
||
|
@@ -72,7 +72,7 @@ once created they are exposed over a REST API server which the protocol node can | |
To start with default settings serve the snapshots with: | ||
|
||
```bash | ||
ksync serve-snapshots --binary="/path/to/archwayd" --home="/path/to/.archway" --snapshot-pool-id=4 --block-pool-id=2 | ||
ksync serve-snapshots --binary="/path/to/archwayd" --home="/path/to/.archway" --chain-id=kaon-1 --snapshot-pool-id=4 --block-pool-id=2 | ||
``` | ||
|
||
:::caution | ||
|
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
1b8d444
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kyve-docs – ./
docs-phi-snowy.vercel.app
kyve-docs-git-main-kyve.vercel.app
kyve-docs-kyve.vercel.app
docs.kyve.network