diff --git a/pages/devs/get-started.mdx b/pages/devs/get-started.mdx index f995e60..a2142f6 100644 --- a/pages/devs/get-started.mdx +++ b/pages/devs/get-started.mdx @@ -36,7 +36,7 @@ The [Allora Offchain Node](https://github.com/allora-network/allora-offchain-nod The [Allora chain](https://github.com/allora-network/allora-chain) is a Cosmos Hub chain that forms the core of the Allora network. This repository contains the blockchain's codebase and is useful for validators. -You can use the [Allorad CLI tool](/devs/get-started/installation/cli) to query the chain and make transactions. +You can use the [Allorad CLI tool](/devs/get-started/cli) to query the chain and make transactions. ### Allora Consumer Contracts diff --git a/pages/devs/get-started/cli.mdx b/pages/devs/get-started/cli.mdx index 37514fe..9bab036 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.2.11 +curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.3.0 ``` diff --git a/pages/devs/get-started/setup-wallet.mdx b/pages/devs/get-started/setup-wallet.mdx index 33c02b5..69e89bf 100644 --- a/pages/devs/get-started/setup-wallet.mdx +++ b/pages/devs/get-started/setup-wallet.mdx @@ -48,6 +48,6 @@ Each network uses a different RPC URL and Chain ID which are needed to specify w - **Testnet** - `RPC_URL`: - - https://beta.multi-rpc.com/allora_testnet/ + - https://rpc.ankr.com/allora_testnet - https://allora-rpc.testnet-1.testnet.allora.network/ - `CHAIN_ID`: `allora-testnet-1` \ No newline at end of file diff --git a/pages/devs/workers/deploy-worker/using-docker.mdx b/pages/devs/workers/deploy-worker/using-docker.mdx index 519ae36..f4353b8 100644 --- a/pages/devs/workers/deploy-worker/using-docker.mdx +++ b/pages/devs/workers/deploy-worker/using-docker.mdx @@ -211,6 +211,9 @@ A **successful** response from your Worker should display: Congratulations! You've successfully deployed and registered your node on Allora. +``` + + ### Testing You can test your local inference server by performing a `GET` request on `http://localhost:8000/inference/`.