Skip to content

Commit

Permalink
Added testnet name to joining section
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-h committed Aug 19, 2024
1 parent dd4f690 commit 09fedc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions TESTNET_BRANCH
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testnet_abel
1 change: 1 addition & 0 deletions TESTNET_DOMAIN
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testnet-abel
7 changes: 5 additions & 2 deletions src/operators/testnets/joining.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ the Docker docs.

### Installing the Linera Toolchain

> When installing the Linera Toolchain, you **must** check out the
> `{{#include ../../../TESTNET_BRANCH}}` branch.
To install the Linera Toolchain refer to the
[installation section](../../developers/getting_started/installation.md#installing-from-github).

Expand All @@ -34,7 +37,7 @@ For the next section, we'll be working out of the `docker` subdirectory in the
Validators run via Docker Compose do not come with a pre-packaged load balancer
to perform TLS termination (unlike validators running on Kubernetes).

The load balancer configuration _must_ have the following properties:
The load balancer configuration **must** have the following properties:

1. Support HTTP/2 connections.
2. Support gRPC connections.
Expand Down Expand Up @@ -82,7 +85,7 @@ bucket managed by the Linera Protocol core team.
An example can be found here:

```bash
wget "https://storage.googleapis.com/linera-io-dev-public/{{#include ../../../RELEASE_DOMAIN}}/genesis.json"
wget "https://storage.googleapis.com/linera-io-dev-public/{{#include ../../../TESTNET_DOMAIN}}/genesis.json"
```

### Creating Your Keys
Expand Down

0 comments on commit 09fedc8

Please sign in to comment.