From 48f2d6c39e0917c03d980e9a783da5b64d3cc8d3 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Thu, 21 Aug 2025 22:12:25 +0200 Subject: [PATCH 1/2] fix(cli): update node install command Signed-off-by: Arnaud Mimart <33665250+amimart@users.noreply.github.com> --- pages/devs/get-started/cli.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/devs/get-started/cli.mdx b/pages/devs/get-started/cli.mdx index 3676155..34e0b02 100644 --- a/pages/devs/get-started/cli.mdx +++ b/pages/devs/get-started/cli.mdx @@ -18,7 +18,7 @@ To install Go, follow one of the recommended methods below or consult the [offic ### Installation ```Text bash -curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.8.0 +curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/dev/install.sh | bash -s -- v0.12.1 ``` @@ -73,4 +73,4 @@ Flags: --trace print out full stack trace on errors Use "allorad [command] --help" for more information about a command. -``` \ No newline at end of file +``` From 41f5cde8dd69d2caf62b98d1c5bd195a8c37298e Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Thu, 21 Aug 2025 22:13:39 +0200 Subject: [PATCH 2/2] fix(cli): update install script in model-forge Signed-off-by: Arnaud Mimart <33665250+amimart@users.noreply.github.com> --- pages/devs/get-started/model-forge.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/devs/get-started/model-forge.mdx b/pages/devs/get-started/model-forge.mdx index 8976dc7..9b4ae17 100644 --- a/pages/devs/get-started/model-forge.mdx +++ b/pages/devs/get-started/model-forge.mdx @@ -18,7 +18,7 @@ To get started, you'll need to create a wallet on the Allora Network. Open your terminal and run the following command to install the `allorad` CLI tool. ```bash -curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.8.0 +curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/dev/install.sh | bash -s -- v0.12.1 ``` #### Create a Wallet @@ -151,4 +151,4 @@ Steps: 3. Click on a topic to view your performance metrics ![topic-metrics](/topic-stats.png) -- Your `Score` and `ALLO Earned` indicate your overall performance in the topic. \ No newline at end of file +- Your `Score` and `ALLO Earned` indicate your overall performance in the topic.