From 264fb3fedb0fddfbc6cfd7c580b673d122cef1eb Mon Sep 17 00:00:00 2001 From: mbreithecker Date: Wed, 8 Jan 2025 10:33:42 +0100 Subject: [PATCH] chore: small nits --- app/upgrades/v2_0/validator-proofs/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/upgrades/v2_0/validator-proofs/Readme.md b/app/upgrades/v2_0/validator-proofs/Readme.md index 9186b9ed..40ebc33e 100644 --- a/app/upgrades/v2_0/validator-proofs/Readme.md +++ b/app/upgrades/v2_0/validator-proofs/Readme.md @@ -11,7 +11,7 @@ all stake is returned to the original delegators during the migration. ### Steps -1. Enter the `mainnet`-directory and copy the `example-validator.json` config file and name it after your validator. +1. Enter the `mainnet`-directory and copy an existing config file and name it after your validator. 2. Fill out the `name`, `protocol_address` and `consensus_address` @@ -23,7 +23,7 @@ all stake is returned to the original delegators during the migration. 5. Submit a Pull-Request to https://github.com/KYVENetwork/chain -6. (Optional) Perform the same steps for the `kaon` directory with your Kaon validators. +6. (Optional) Perform the same steps for the `kaon` directory with your Kaon validators. (Transactions must be submitted on the Kaon network.) 7. Check if the GitHub action (verify-migration-proofs) is passing. You can also run `python3 verify.py` locally to check if everything is correct.