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

Patch 1 #16

Open
wants to merge 24 commits into
base: patch-1
Choose a base branch
from
Open
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
17 changes: 17 additions & 0 deletions .github/workflows/gentx_format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

name: Gentx Format
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify-gentx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: gentx-validation
run: |
bash -x ./scripts/validate-gentxs.sh
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
![cover](https://user-images.githubusercontent.com/8366960/136831207-5621f14c-1505-4ada-8b1e-13d0515709a4.png)

# Testnets

This repo contains genesis files for the Evmos Testnets.

The latest testnet is Arsia Mons.
This repo contains genesis files for the [Evmos](https://github.com/tharsis/evmos) Testnets.

[Join the testnet](https://evmos.dev/testnet/join.html).
The latest testnet is [Olympus Mons](./olympus_mons). You can find a list of [seeds](https://docs.tendermint.com/master/tendermint-core/using-tendermint.html#seed) and [peers](https://docs.tendermint.com/master/tendermint-core/using-tendermint.html#persistent-peer) to connect to in the respective directory.

## Seeds
[Arsia Mons](./arsia_mons) is the deprecated testnet which ran from 2021-10-07 to 2021-11-17.

- [email protected].evmos.org:26656
For the full instructions on how to [join the testnet](https://evmos.dev/testnet/join.html), please refer to the official [documentation](https://evmos.dev).
20 changes: 20 additions & 0 deletions arsia_mons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Arsia Mons Testnet

![cover](https://user-images.githubusercontent.com/8366960/136831207-5621f14c-1505-4ada-8b1e-13d0515709a4.png)

## Instructions

Follow the instructions on the official documentation to [join the testnet](https://evmos.dev/testnet/join.html) and how to obtain tokens using the [faucet](https://evmos.dev/testnet/faucet.html).

## Details

- Network Chain ID: `evmos_9000-1`
- EIP155 Chain ID: `9000`
- `evmosd` version: [`v0.1.x`](https://github.com/tharsis/evmos/releases)
- Faucet: [faucet.evmos.org](https://faucet.evmos.org)
- EVM explorer: [evm.evmos.org](https://evm.evmos.org)
- Cosmos explorer: [explorer.evmos.org](https://explorer.evmos.org)

## Seeds & Peers

You can find seeds & peers on the [seeds.txt](./seeds.txt) and [peers.txt](./peers.txt) files, respectively. If you want to share your seed or peer, please fork this repo and and add it to the bottom of the corresponding `.txt` file.
15 changes: 15 additions & 0 deletions arsia_mons/peers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[email protected]:26656
[email protected]:26726
[email protected]:26658
[email protected]:26626
[email protected]:26666
[email protected]:26656
[email protected]:26656
[email protected]:26656
[email protected]:26656
[email protected]:26656
[email protected]:26656
[email protected]:46656
[email protected]:26656
[email protected]:24656
[email protected]:26656
3 changes: 3 additions & 0 deletions arsia_mons/seeds.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
c36cec90ded95d162b85f8ecd00ecd7c8849ca75@arsiamons.seed.evmos.org:26656
3787335176bbb91bf14a67724ebe0f0940ca5afb@evmos-seed.artifact-staking.io:26656
faa31510d9280e74e7f2e767a62023bd5c896c27@evmos-testnet.mercury-nodes.net:29447
Binary file added img/olympus_mons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions olympus_mons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Olympus Mons Testnet

![cover](/img/olympus_mons.png)

## Instructions

Follow the instructions on the official documentation to [join the testnet](https://evmos.dev/testnet/join.html) and how to obtain tokens using the [faucet](https://evmos.dev/testnet/faucet.html).

## Details

- Network Chain ID: `evmos_9000-2`
- EIP155 Chain ID: `9000`
- `evmosd` version: [`v0.2.x`](https://github.com/tharsis/evmos/releases)
- Faucet: [faucet.evmos.org](https://faucet.evmos.org)
- EVM explorer: [evm.evmos.org](https://evm.evmos.org)
- Cosmos explorer: [explorer.evmos.org](https://explorer.evmos.org)

## Schedule

### Application Period

Submissions open on November 17, 2021 14:00 PST, participants are required to [submit gentx](./gentx.md).

Submissions close on November 19, 2021 12:00 PST.

### Genesis Launch

November 19, 2021 14:00 PST.

## Seeds & Peers

You can find seeds & peers on the [seeds.txt](./seeds.txt) and [peers.txt](./peers.txt) files, respectively. If you want to share your seed or peer, please fork this repo and and add it to the bottom of the corresponding `.txt` file.
Loading