Skip to content

Commit

Permalink
Merge pull request #18 from onomyprotocol/lalo-dev-3
Browse files Browse the repository at this point in the history
update current version
  • Loading branch information
laloquidity authored Apr 3, 2024
2 parents d6cd8d6 + 771c3df commit 41ec885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chain/onex-testnet-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 41ec885

Please sign in to comment.