Skip to content

Commit

Permalink
docs: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Apr 23, 2024
1 parent 312cd55 commit 3e5f165
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Validators are the backbone of the network. Becoming one requires significant to

:::note

Currently, directly downloading the `uniond` binary requires access to our private GitHub repository.
Currently, directly downloading the `uniond` binary requires access to our private GitHub repository. We are not currently providing the general public access to our GitHub repositories.

If you don't have access to our private GitHub repository, you can still run our node using the public Docker image.

Expand Down
6 changes: 5 additions & 1 deletion site/src/content/docs/docs/joining-testnet/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ As we continue onboarding validators and expanding the testnet, we'll populate t

We started our testnet with the goal of onboarding 64 validators. The sign-up form for these first 64 slots has been closed.

We have now expanded the Union testnet to support 128 validators. Those interested can submit their Union address to the Subo Survey Bot on [our Discord](https://discord.gg/union-build) to have a chance of being selected as a validator and receiving tokens from the Union team. The Subo "Union Testnet Validator Intake Form" is set to close on February 19th, 2024.
We have now expanded the Union testnet to support 128 validators. Those interested can submit their Union address to the Subo Survey Bot on [our Discord](https://discord.gg/union-build) to have a chance of being selected as a validator and receiving tokens from the Union team. The Subo "Union Testnet Validator Intake Form" closed on February 19th, 2024.

### Do you have any public REST/RPC/gRPC endpoints?

Expand All @@ -26,6 +26,10 @@ Due to [an issue in the cosmos-sdk](https://github.com/cosmos/cosmos-sdk/issues/

To get around this behavior, we suggest always supplying `--node` and `--chain-id` when using query commands.

### Can I have access to the Union GitHub repository?

We are not currently providing the general public access to our GitHub repositories.

### Other questions?

Please [join our Discord](https://discord.union.build) and ask around in our community.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These are the general steps for running a node and creating a validator for the

To begin - you first need to obtain and run the client binary, `uniond`.

Officially, **we only support running the binary as a Docker container**. You're free to extract and run the binary manually, but we won't be providing first class support for issues running `uniond` outside the binary.
Officially, **we only support running the binary as a Docker container**. You're free to extract and run the binary manually, but we won't be providing first class support for issues running `uniond` outside of the Docker images we provide.

We offer two Docker images that are capable of running the client binary.

Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/docs/joining-testnet/unjailing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For whatever reason your validator becomes jailed while partaking in the Union n

Once your validator is unbonded and jailed, you can use the unjail command to rejoin the active set.

The unjail command is transaction command from the slashing module and can be submitted like this:
The unjail command is a transaction command from the slashing module and can be submitted like this:

```sh
uniond tx slashing unjail --from $KEY_NAME
Expand Down

0 comments on commit 3e5f165

Please sign in to comment.