Skip to content

Commit

Permalink
feat: update axelard version to 1.0.5 (#1257)
Browse files Browse the repository at this point in the history
Co-authored-by: Idris Olubisi <[email protected]>
  • Loading branch information
StephenFluin and Olanetsoft authored Dec 12, 2024
1 parent b7aeb1d commit dba3812
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/config/variables.ts
Original file line number Diff line number Diff line change
@@ -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";
6 changes: 3 additions & 3 deletions src/content/docs/resources/mainnet/upgrades/v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions src/content/docs/resources/testnet/upgrades/v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions src/content/docs/validator/setup/manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Check the appropriate version for the network accordingly:
<tabs>
<tab-item title="Mainnet">
```bash
AXELARD_RELEASE=v1.0.4
AXELARD_RELEASE=v1.0.5
TOFND_RELEASE=v1.0.1
WASMVM_RELEASE=v1.3.1
```

</tab-item>
<tab-item title="Testnet">
```bash
AXELARD_RELEASE=v1.0.4
AXELARD_RELEASE=v1.0.5
TOFND_RELEASE=v1.0.1
WASMVM_RELEASE=v1.3.1
```
Expand Down
2 changes: 1 addition & 1 deletion src/upgrade-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit dba3812

Please sign in to comment.