From dba38123d5501339b02aa19dfd481052b13cfd37 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Thu, 12 Dec 2024 09:11:37 -0600 Subject: [PATCH] feat: update axelard version to 1.0.5 (#1257) Co-authored-by: Idris Olubisi --- src/config/variables.ts | 4 ++-- src/content/docs/resources/mainnet/upgrades/v1.mdx | 6 +++--- src/content/docs/resources/testnet/upgrades/v1.mdx | 4 ++-- src/content/docs/validator/setup/manual.mdx | 4 ++-- src/upgrade-path.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/config/variables.ts b/src/config/variables.ts index 68655b08d..2dc439e33 100644 --- a/src/config/variables.ts +++ b/src/config/variables.ts @@ -1,5 +1,5 @@ -export const AXELARD = "1.0.4"; -export const AXELARD_TESTNET = "1.0.4"; +export const AXELARD = "1.0.5"; +export const AXELARD_TESTNET = "1.0.5"; export const AMPD = "1.2.0"; export const TOFND = "1.0.1"; export const TOFND_TESTNET = "1.0.1"; diff --git a/src/content/docs/resources/mainnet/upgrades/v1.mdx b/src/content/docs/resources/mainnet/upgrades/v1.mdx index 8f25faa5a..5ebf7664b 100644 --- a/src/content/docs/resources/mainnet/upgrades/v1.mdx +++ b/src/content/docs/resources/mainnet/upgrades/v1.mdx @@ -8,7 +8,7 @@ import { AXELARD, TOFND } from '/src/config/variables'; This release enables mainnet deployment for [Amplifier](/dev/amplifier/introduction). This release includes the following version updates: -- `axelard` and `vald` to [1.0.4](https://github.com/axelarnetwork/axelar-core/releases/tag/v1.0.4) +- `axelard` and `vald` to [1.0.5](https://github.com/axelarnetwork/axelar-core/releases/tag/v1.0.5) - `tofnd` to [1.0.1](https://github.com/axelarnetwork/tofnd/releases/tag/v1.0.1) ## Changelog @@ -77,7 +77,7 @@ Example using join scripts in [axelarate-community git repo](https://github.com/ # in axelarate-community repo (https://github.com/axelarnetwork/axelarate-community) git checkout main git pull -KEYRING_PASSWORD="pw-1" ./scripts/node.sh -n testnet -a v1.0.4 +KEYRING_PASSWORD="pw-1" ./scripts/node.sh -n testnet -a v1.0.5 # For validators, restart vald/tofnd -KEYRING_PASSWORD="pw-1" TOFND_PASSWORD="pw-2" ./scripts/validator-tools-host.sh -n testnet -a v1.0.4 -q v1.0.1 +KEYRING_PASSWORD="pw-1" TOFND_PASSWORD="pw-2" ./scripts/validator-tools-host.sh -n testnet -a v1.0.5 -q v1.0.1 ``` diff --git a/src/content/docs/resources/testnet/upgrades/v1.mdx b/src/content/docs/resources/testnet/upgrades/v1.mdx index 96f3897d8..200b35bfa 100644 --- a/src/content/docs/resources/testnet/upgrades/v1.mdx +++ b/src/content/docs/resources/testnet/upgrades/v1.mdx @@ -75,7 +75,7 @@ Example using join scripts in [axelarate-community git repo](https://github.com/ # in axelarate-community repo (https://github.com/axelarnetwork/axelarate-community) git checkout main git pull -KEYRING_PASSWORD="pw-1" ./scripts/node.sh -n testnet -a v1.0.4 +KEYRING_PASSWORD="pw-1" ./scripts/node.sh -n testnet -a v1.0.5 # For validators, restart vald/tofnd -KEYRING_PASSWORD="pw-1" TOFND_PASSWORD="pw-2" ./scripts/validator-tools-host.sh -n testnet -a v1.0.4 -q v0.10.1 +KEYRING_PASSWORD="pw-1" TOFND_PASSWORD="pw-2" ./scripts/validator-tools-host.sh -n testnet -a v1.0.5 -q v0.10.1 ``` diff --git a/src/content/docs/validator/setup/manual.mdx b/src/content/docs/validator/setup/manual.mdx index d5f149536..878cd7882 100644 --- a/src/content/docs/validator/setup/manual.mdx +++ b/src/content/docs/validator/setup/manual.mdx @@ -17,7 +17,7 @@ Check the appropriate version for the network accordingly: ```bash -AXELARD_RELEASE=v1.0.4 +AXELARD_RELEASE=v1.0.5 TOFND_RELEASE=v1.0.1 WASMVM_RELEASE=v1.3.1 ``` @@ -25,7 +25,7 @@ WASMVM_RELEASE=v1.3.1 ```bash -AXELARD_RELEASE=v1.0.4 +AXELARD_RELEASE=v1.0.5 TOFND_RELEASE=v1.0.1 WASMVM_RELEASE=v1.3.1 ``` diff --git a/src/upgrade-path.md b/src/upgrade-path.md index 290f2daf0..09c049231 100644 --- a/src/upgrade-path.md +++ b/src/upgrade-path.md @@ -22,4 +22,4 @@ layout: /src/layouts/None.astro | [v0.33.2](/resources/mainnet/upgrades/v33/) | 6895400 | 9151750 | | [v0.34.3](/resources/mainnet/upgrades/v34/) | 9151750 | 11795700 | | [v0.35.5](/resources/mainnet/upgrades/v35/) | 11795700 | 14231100 | -| [v1.0.4](/resources/mainnet/upgrades/v31/) | 14231100 | N/A | +| [v1.0.5](/resources/mainnet/upgrades/v31/) | 14231100 | N/A |