Skip to content

Commit

Permalink
chore: small nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker committed Jan 8, 2025
1 parent 20a4b4e commit 264fb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/v2_0/validator-proofs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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.

Expand Down

0 comments on commit 264fb3f

Please sign in to comment.