Skip to content

Commit

Permalink
Merge pull request #13 from zenodeapp/genesis-v1.0.0
Browse files Browse the repository at this point in the history
Relinked docs to alpha-omega-labs
  • Loading branch information
alpha-omega-labs authored Feb 1, 2024
2 parents 751b292 + dfd8e5a commit b7f7175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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-ethermint`](https://github.com/zenodeapp/genesis-ethermint) 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/alpha-omega-labs/genesis-ethermint) repository first before continuing.
## Node requirements

Expand All @@ -38,21 +38,21 @@

## Instructions

The instructions provided here is suitable for those who would like to join the **mainnet**: `tgenesis_29-2` either by **setting up a new node** _or_ **upgrading an existing (full) node**.
The instructions provided here is suitable for those who would like to join the **mainnet**: `genesis_29-2` either by **setting up a new node** _or_ **upgrading an existing (full) node**.

> [!NOTE]
> More details for every script mentioned in this README can be found in the folders where they are respectively stored: [/setup](/setup) or [/utils](/utils).
### 1. Cloning the repository

```
git clone https://github.com/zenodeapp/genesis-crypto.git
git clone https://github.com/alpha-omega-labs/genesis-crypto.git
```

### 2. Checkout the right tag/branch

```
git checkout genesis-v1.0.0
git checkout v1.0.0
```

### 3. Node setup
Expand All @@ -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-ethermint`](https://github.com/zenodeapp/genesis-ethermint)) 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/alpha-omega-labs/genesis-ethermint)) and the node synced till height: `7350000` which caused it to panic.

> [!IMPORTANT]
> This should only be used if you run a **full-node** and have to perform the **"plan_crypto"**-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_crypto"**-upgrade!
>
> 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 means that you are currently operating on the Evmos fork of GenesisL1 (repo: [`genesis-ethermint`](https://github.com/alpha-omega-labs/genesis-ethermint)) and the node synced till height: `7350000` 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 b7f7175

Please sign in to comment.