Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:pokt-network/pocket-core into ME…
Browse files Browse the repository at this point in the history
…SH-RC-1.4.2-RC-0.11.1
  • Loading branch information
blade committed Jan 28, 2024
2 parents ac22752 + e47bc70 commit 7044e46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The Pocket Core application will allow anyone to spin up a Pocket Network full n
- [Charts \& Analytics](#charts--analytics)
- [Running the tests](#running-the-tests)
- [Contributing](#contributing)
- [MainNet Seeds](#mainnet-seeds)
- [Seeds (MainNet \& TestNet)](#seeds-mainnet--testnet)
- [Docker Image](#docker-image)
- [Support \& Contact](#support--contact)
- [GPokT](#gpokt)
Expand Down Expand Up @@ -131,9 +131,11 @@ To run the Pocket Core unit tests, `go test -short -v -p 1 ./...`
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributions and the process of submitting pull requests.
## MainNet Seeds
## Seeds (MainNet & TestNet)
MainNet seeds are being maintained by [NodeFleet](https://nodefleet.org/) and more details can be found at [docs.pokt.network/node/seeds/](https://docs.pokt.network/node/seeds/).
Seeds are maintained by [NodeFleet](https://nodefleet.org/).
You can find all the details at [pokt-network/pocket-seeds](https://github.com/pokt-network/pocket-seeds).
## Docker Image
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
AppVersion = "BETA-0.11.1"
AppVersion = "RC-0.11.1"
)

// NewPocketCoreApp is a constructor function for PocketCoreApp
Expand Down

0 comments on commit 7044e46

Please sign in to comment.