Skip to content

Commit

Permalink
Merge pull request #16 from zenodeapp/genesis-v1.0.0
Browse files Browse the repository at this point in the history
Update README's
  • Loading branch information
zenodeapp authored Jan 15, 2024
2 parents 18b10d5 + 0abeace commit d833905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
> [!IMPORTANT]
> **For full-node syncing**
>
> We were an Evmos-fork before we made the decision to hard fork to Cronos. Therefore if you do not want to **state sync**, but wish to sync a **full node**, follow the instructions in the [`genesis-evmos`](https://github.com/zenodeapp/genesis-evmos) repository first before continuing.
> We were an Evmos-fork before we made the decision to hard fork to Cronos. Therefore if you do not want to **state sync**, but wish to sync a **full node**, follow the instructions in the [`genesis-ethermint`](https://github.com/zenodeapp/genesis-ethermint) repository first before continuing.
## Node requirements

Expand All @@ -46,7 +46,7 @@ The instructions provided here is suitable for those who would like to join the
### 1. Cloning the repository

```
git clone https://github.com/zenodeapp/genesis-cronos.git
git clone https://github.com/zenodeapp/genesis-crypto.git
```

### 2. Checkout the right tag/branch
Expand Down Expand Up @@ -74,7 +74,7 @@ sh setup/state-sync.sh <moniker>

#### 3.2 Upgrade a node

This script assumes that you are currently operating on the Evmos fork of GenesisL1 (repo: [`genesis-evmos`](https://github.com/zenodeapp/genesis-evmos)) and the node synced till height: `insert_height_here` which caused it to panic.
This script assumes that you are currently operating on the Evmos fork of GenesisL1 (repo: [`genesis-ethermint`](https://github.com/zenodeapp/genesis-ethermint)) and the node synced till height: `insert_height_here` which caused it to panic.

> [!IMPORTANT]
> This should only be used if you run a **full-node** and have to perform the **"plan_cronos"**-upgrade.
Expand Down
2 changes: 1 addition & 1 deletion setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This script installs all the dependencies (and system configurations) that are n
> [!WARNING]
> This script should only be used if you run a full-node and have to perform the **"plan_cronos"**-upgrade!
>
> This means that you are currently operating on the Evmos fork of GenesisL1 (repo: [`genesis-evmos`](https://github.com/zenodeapp/genesis-evmos)) and the node synced till height: `insert_height_here` which caused it to panic.
> This means that you are currently operating on the Evmos fork of GenesisL1 (repo: [`genesis-ethermint`](https://github.com/zenodeapp/genesis-ethermint)) and the node synced till height: `insert_height_here` which caused it to panic.
This script takes care of the needed steps to upgrade the node to the new fork:

Expand Down

0 comments on commit d833905

Please sign in to comment.