-
Notifications
You must be signed in to change notification settings - Fork 1
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
2cec613
commit 3faee72
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 |
---|---|---|
|
@@ -137,9 +137,9 @@ With your node being able to run using Cosmovisor, you can stop the process and | |
```bash | ||
supervysor init \ | ||
--binary-path '/root/go/bin/cosmovisor' \ | ||
--chain-id 'korellia' \ | ||
--chain-id 'kyve-1' \ | ||
--home-path '/root/.osmosisd' \ | ||
--pool-id 27 \ | ||
--pool-id 1 \ | ||
--seeds '6bcdbcfd5d2c6ba58460f10dbcfde58278212833@osmosis.artifact-staking.io:26656,[email protected]:12556' | ||
``` | ||
|
||
|