From f975659ac0b08b872ee507c05b31280a3f2a4fef Mon Sep 17 00:00:00 2001 From: lotteam007 Date: Sat, 21 Sep 2024 00:17:15 +0900 Subject: [PATCH] fix: numbering problem (#1167) --- src/content/docs/resources/mainnet/upgrades/v33.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/resources/mainnet/upgrades/v33.mdx b/src/content/docs/resources/mainnet/upgrades/v33.mdx index 40d619d26..c4b446de8 100644 --- a/src/content/docs/resources/mainnet/upgrades/v33.mdx +++ b/src/content/docs/resources/mainnet/upgrades/v33.mdx @@ -31,8 +31,8 @@ cp -r ~/.axelar/.core/data ~/.axelar-dojo-1-upgrade-0.33/.core/data Caution: If you backup the entire folder, `~/.axelar/.core`, that'll also include your private keys (inside `config` and `keyring-file` subfolders). That can be dangerous if anyone gets access to your backups. We recommend backing up keys separately when you first create your node, and then excluding them from any data backups. -1. Restart your node with the new `v0.33.2` build. -2. If you're a validator also restart `vald` with `v0.33.2` and `tofnd` with `v0.10.1`. +4. Restart your node with the new `v0.33.2` build. +5. If you're a validator also restart `vald` with `v0.33.2` and `tofnd` with `v0.10.1`. Example using join scripts in [axelarate-community git repo](https://github.com/axelarnetwork/axelarate-community):