From 9b9889e10d2943e6f92ced9f589716b562b1dffd Mon Sep 17 00:00:00 2001 From: ZENODE Date: Mon, 15 Jan 2024 08:51:28 +0100 Subject: [PATCH 1/2] Update README.md Signed-off-by: ZENODE --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20cdb66567..5b064e8278 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -74,7 +74,7 @@ sh setup/state-sync.sh #### 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. From 0abeace66b6069a8b905f30c71de5b7aa42788ff Mon Sep 17 00:00:00 2001 From: ZENODE Date: Mon, 15 Jan 2024 08:51:57 +0100 Subject: [PATCH 2/2] Update README.md Signed-off-by: ZENODE --- setup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/README.md b/setup/README.md index fd3347ab07..f68e12ac6b 100644 --- a/setup/README.md +++ b/setup/README.md @@ -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: