From dc542062b4f924eed08c9ab4521b6998bde75e3a Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:57:30 +0200 Subject: [PATCH] Add some more info when upgrading from old version (#164) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 77e833d..05a56b4 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,11 @@ We regularly announce new available versions in our [Discord](https://discord.wa ### From `v0.35.1` or older +Please review the latest https://github.com/waku-org/nwaku-compose/blob/master/.env.example env var template file and update your .env accordingly. + +Make sure you have some ETH in your Linea Sepolia account. +Also, move your Sepolia RPC client (e.g., Infura) to a Linea Sepolia RPC client. + You will need to delete both the `keystore` and `rln_tree` folders, and register your membership again before using the new version by running the following commands: 1. `cd nwaku-compose` ( go into the root's repository folder )