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

Rename testnet directories and add beta testnet seeds #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

okdas
Copy link
Member

@okdas okdas commented Nov 21, 2024

Change the directory structure to allow to pick the network by name in the install scripts.
Also add seeds file.

@okdas okdas requested a review from Olshansk November 21, 2024 00:44
@okdas
Copy link
Member Author

okdas commented Nov 21, 2024

If this looks good @Olshansk I'll update the scripts in poktroll and docker-compose-example.

@@ -17,6 +18,10 @@ track of things we'll need in the genesis files along with supporting details.
- **Validator4**: `pokt1a5f5hxgaxg83y6s5w8k47dpwylkms4jjjrl9l6`
- **Validator5**: `pokt19csy3xzhpnzk8eu9ykjjzxk3vzma8gxz5rx3dy`

## Seeds

Currently supported list of seed nodes can be found in the [seeds](./seeds) file.
Copy link

@bryanchriswhite bryanchriswhite Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there anything to know regarding how to use this file?

Copy link
Member Author

@okdas okdas Nov 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is simply a text file that contains a list of “official” seed nodes. For now, we have only one node. A list like this is typically included in documentation, but I chose to store it in a separate file so that we can easily access it in various automations. 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

3 participants