From 2f4e4a84d689ea82b3e5aa08fde318a46799f564 Mon Sep 17 00:00:00 2001 From: Sertug17 <104278804+Sertug17@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:33:40 +0300 Subject: [PATCH 1/3] docs: update Arc Testnet version to v0.7.3 in installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 4cd389c0..8691abf2 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -15,7 +15,7 @@ Consult the table below to confirm which version to run for each network. | Network | Version | |-------------|---------| -| Arc Testnet | v0.6.0 | +| Arc Testnet | v0.7.3 | ## Pre-built Binary From 0bb5dfec0204913db8527ce38b6ad905bcfc393b Mon Sep 17 00:00:00 2001 From: Sertug17 <104278804+Sertug17@users.noreply.github.com> Date: Wed, 5 Aug 2026 17:09:48 +0300 Subject: [PATCH 2/3] docs: also update arcup --install example to v0.7.3 --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 8691abf2..6ecaa04d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -61,7 +61,7 @@ source "$ARC_HOME/env" To install a specific version, run `arcup` with `--install`: ```sh -arcup --install v0.6.0 +arcup --install v0.7.3 ``` Next, verify that the three Arc binaries are installed: From 5914b47e0c4739f0fd73b12ae7dbda08efffbbe9 Mon Sep 17 00:00:00 2001 From: Sertug17 <104278804+Sertug17@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:34:16 +0300 Subject: [PATCH 3/3] docs: update Arc Testnet version to v0.8.0 --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 6ecaa04d..3ea10c93 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -15,7 +15,7 @@ Consult the table below to confirm which version to run for each network. | Network | Version | |-------------|---------| -| Arc Testnet | v0.7.3 | +| Arc Testnet | v0.8.0 | ## Pre-built Binary @@ -61,7 +61,7 @@ source "$ARC_HOME/env" To install a specific version, run `arcup` with `--install`: ```sh -arcup --install v0.7.3 +arcup --install v0.8.0 ``` Next, verify that the three Arc binaries are installed: