Skip to content

Commit

Permalink
Merge pull request #57 from allora-network/kush/allorad-version
Browse files Browse the repository at this point in the history
version fixes
  • Loading branch information
ericjaurena authored Aug 19, 2024
2 parents 564eb62 + 0d1ff84 commit 2a157a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/devs/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pages/devs/get-started/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion pages/devs/get-started/setup-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
3 changes: 3 additions & 0 deletions pages/devs/workers/deploy-worker/using-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/<token>`.
Expand Down

0 comments on commit 2a157a0

Please sign in to comment.