The Cosmos Hub devnet is used to test the next major upgrade before a release candidate is tagged.
-
The devnet is restarted periodically with the version currently running on the Cosmos Hub and immediately upgraded to the next major version.
-
Chain-ID:
gaia-devnet
-
denom:
uatom
-
Gaia Version: Refer to https://files.polypore.xyz/gaia-devnet/ for the current version.
- The
abci_info
endpoint also provides the current version:curl -s https://rpc.gaia-devnet.polypore.xyz/abci_info | jq -r '.result.response.version'
- The
-
Genesis File: genesis.json
https://rpc.gaia-devnet.polypore.xyz
https://rest.gaia-devnet.polypore.xyz
https://grpc.gaia-devnet.polypore.xyz
0ef1c4cbfe5b93a3e778acbc07fe0384567283d2@gaia-devnet.polypore.xyz:26656
- Visit
faucet-2.polypore.xyz
to request tokens and check your address balance.
The scripts provided in this repo will install Gaia and optionally set up a Cosmovisor service with the auto-download feature disabled on your machine.
Run either one of the scripts provided in this repo to join the provider chain:
join-gaia-devnet.sh
will create agaiad
service.join-gaia-devnet-cv.sh
will create acosmovisor
service.- Both scripts must be run either as root or from a sudoer account.
- Both scripts will build the current running version from the Gaia repo.