Skip to content

Commit

Permalink
chore: add updated testnet details to readme (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
verabehr authored May 23, 2024
1 parent 031ce2b commit a68fc9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ We have active, helpful communities on Twitter and Telegram.
See [Release procedure](CONTRIBUTING.md#release-procedure) for more information about the release model.

## Active Networks
* Testnet `paloma-testnet-15` (January 20, 2023)
* Testnet `paloma-testnet-16` (May 23, 2024)
* Mainnet `tumbler` (April 22, 2024)

## Join an active Network
Expand Down Expand Up @@ -124,7 +124,7 @@ MONIKER="$(hostname)"
palomad init "$MONIKER"

#for testnet
CHAIN_ID="paloma-testnet-15"
CHAIN_ID="paloma-testnet-16"
#for mainnet
CHAIN_ID="tumbler"

Expand All @@ -134,8 +134,8 @@ Copy the configs of the network we wish to connect to

Testnet:
```shell
wget -O ~/.paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/testnet/master/paloma-testnet-15/genesis.json
wget -O ~/.paloma/config/addrbook.json https://raw.githubusercontent.com/palomachain/testnet/master/paloma-testnet-15/addrbook.json
wget -O ~/.paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/testnet/master/paloma-testnet-16/genesis.json
wget -O ~/.paloma/config/addrbook.json https://raw.githubusercontent.com/palomachain/testnet/master/paloma-testnet-16/addrbook.json
```

Mainnet:
Expand Down

0 comments on commit a68fc9d

Please sign in to comment.