-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from onomyprotocol/lalo-dev-3
update current version
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -9,9 +9,9 @@ The `onex-testnet-5` chain will be launched as a consumer chain in Onomy testnet | |
* Spawn time: `March 16th, 2024, 17:00 UTC` | ||
* Genesis file (without CCV): https://github.com/onomyprotocol/onex/blob/dev/chain/onex-testnet-5/genesis_without-ccv.json | ||
* Genesis with CCV: https://github.com/onomyprotocol/onex/blob/dev/chain/onex-testnet-5/genesis.json | ||
- Current version: `v1.0.0-dev` | ||
- Current version: `v1.0.1-dev` | ||
* Binary: | ||
* Version: [v1.0.0-dev](https://github.com/onomyprotocol/onex/releases/tag/v1.0.0-dev) | ||
* Version: [v1.0.1-dev](https://github.com/onomyprotocol/onex/releases/tag/v1.0.1-dev) | ||
* SHA256: `f561d51ea758312dff3b40f39580dac9fc87719d` | ||
* Onex GitHub repository: https://github.com/onomyprotocol/onex | ||
- Peers: `[email protected]:2030,[email protected]:26756,[email protected]:26756,[email protected]:26756,[email protected]:36656` | ||
|
@@ -52,8 +52,8 @@ The validators also need to set up the `onex-testnet-5` consumer chain. Here are | |
```bash | ||
# detail of setup will appear here | ||
cd $HOME/go/bin | ||
wget -O onexd https://github.com/onomyprotocol/onex/releases/download/v1.0.0-dev/onexd && chmod +x onexd | ||
onexd version # v1.0.0-dev | ||
wget -O onexd https://github.com/onomyprotocol/onex/releases/download/v1.0.1-dev/onexd && chmod +x onexd | ||
onexd version # v1.0.1-dev | ||
onexd init <moniker> --chain-id onex-testnet-5 | ||
cd $HOME/.onomy_onex/ | ||
wget -O config/genesis.json https://raw.githubusercontent.com/onomyprotocol/onex/dev/chain/onex-testnet-5/genesis-without-ccv.json | ||
|