Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new testnet urls #59

Merged
merged 3 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/devs/get-started/setup-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ allorad keys add <wallet name> --recover
## Add Faucet Funds
Each network has a different URL to access and request funds from. Please see the faucet URLs for the different networks below:

- **Testnet**: https://faucet.testnet-1.testnet.allora.network/
- **Testnet**: https://faucet.testnet.allora.network/

Enter the Allora Wallet address for the account that needs funding. If you don't have a wallet created yet, follow the instructions above to create one.

## Explorer

- **Testnet**: https://explorer.testnet-1.testnet.allora.network
- **Testnet**: https://explorer.testnet.allora.network/

<Callout>
Check to see that your wallet has been funded after requesting funds from the faucet by clicking the search bar on the top right corner of the explorer UI and entering your account address.
Expand All @@ -49,5 +49,5 @@ Each network uses a different RPC URL and Chain ID which are needed to specify w
- **Testnet**
- `RPC_URL`:
- https://rpc.ankr.com/allora_testnet
- https://allora-rpc.testnet-1.testnet.allora.network/
- https://allora-rpc.testnet.allora.network/
- `CHAIN_ID`: `allora-testnet-1`
2 changes: 1 addition & 1 deletion pages/devs/reputers/coin-prediction-reputer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your reputer in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your reputer in the next step successfully.

### Deploy the Node

Expand Down
2 changes: 1 addition & 1 deletion pages/devs/reputers/reputers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your worker in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your worker in the next step successfully.

### Deploy the Node

Expand Down
2 changes: 1 addition & 1 deletion pages/devs/validators/stake-a-validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ allorad tx staking create-validator ./stake-validator.json \
--from="$MONIKER"
```

This command outputs a transaction hash, which can be checked on the network's explorer: `explorer.testnet-1.testnet.allora.network/allora-testnet-1/tx/$TX_HASH`.
This command outputs a transaction hash, which can be checked on the network's explorer: `https://explorer.testnet.allora.network/allora-testnet-1/tx/$TX_HASH`.

## 4\. Verify Validator Setup

Expand Down
2 changes: 1 addition & 1 deletion pages/devs/workers/deploy-worker/using-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your worker in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your worker in the next step successfully.

### Deploy the Node

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your worker in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your worker in the next step successfully.

### Deploy the Node

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your worker in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your worker in the next step successfully.

### Deploy the Node

Expand Down
Loading