Skip to content

Commit

Permalink
Merge pull request #227 from anoma/bengt/testnet-15-patch
Browse files Browse the repository at this point in the history
testnet docs updated for testnet 15 v0.28.1
  • Loading branch information
bengtlofgren authored Dec 14, 2023
2 parents cb5ce97 + 947699d commit 86d0d61
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/docs/pages/networks/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ For more context read:

## Latest Testnet
- Namada public testnet 15:
- From date: 14th of December 2023 17:00 UTC
- Namada protocol version: `v0.28.0`
- From date: 18th of December 2023 17:00 UTC
- Namada protocol version: `v0.28.1`
- Cometbft version: `0.37.2`
- CHAIN_ID: `tbd`

Expand Down
4 changes: 2 additions & 2 deletions packages/docs/pages/networks/testnets/testnet-history.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ No upgrades are currently scheduled.
## Latest Testnet

- Namada public testnet 15:
- From date: 14th of December 2023 17:00 UTC
- Namada protocol version: `v0.28.0`
- From date: 18th of December 2023 17:00 UTC
- Namada protocol version: `v0.28.1`
- Cometbft version: `0.37.2`
- CHAIN_ID: `tbd`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Once the pre-genesis network participants have generated respective pre-genesis
# Ensure $TX_FILE_PATH is set

EMAIL="<your-email>"
DISCORD_HANDLE="<your-discord-handle>" # This is optional
SELF_BOND_AMOUNT=1000000 # Set this to the amount of NAM you want to self-bond
VALIDATOR_ALIAS="<your-validator-alias>"
namadac utils init-genesis-validator \
Expand All @@ -152,6 +153,7 @@ namadac utils init-genesis-validator \
--max-commission-rate-change 0.01 \
--self-bond-amount $SELF_BOND_AMOUNT \
--email $EMAIL \
--discord-handle $DISCORD_HANDLE \
--path $TX_FILE_PATH
```

Expand All @@ -167,6 +169,8 @@ The `--commission-rate` and `--max-commision-rate` flags are the commission rate

The `--email` flag is the email address of the validator account. This is used for the validator account to receive notifications from the network coordinator and other participants.

The optional `--discord-handle` flag is the discord handle of the validator account. This is used for the validator account to receive notifications from the network coordinator and other participants.

The `--address` flag is the Namada address of the account.

The `--path` flag is the path to the `transactions.toml` file that will be appended to, and requires the established account to already be initialised under.
Expand Down

0 comments on commit 86d0d61

Please sign in to comment.