diff --git a/README.md b/README.md index ba594ca3f..97bdadbcb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-generic env: - MONIKER=my-moniker-1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/edgenet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/edgenet/meta.json - BINARY_ZIP_PATH=akash_0.15.0-rc14_linux_amd64/akash ``` @@ -159,7 +159,7 @@ Chain config can be sourced from a `chain.json` file [as seen in the Cosmos Chai |---|---|---|---| |`CHAIN_JSON`|URL to a `chain.json` file detailing the chain meta| |`https://github.com/cosmos/chain-registry/blob/master/akash/chain.json` |`CHAIN_ID`|The cosmos chain ID| |`akashnet-2` -|`GENESIS_URL`|URL to the genesis file in `.gz`, `.tar.gz`, or `.zip` format. Can be set by CHAIN_JSON| |`https://raw.githubusercontent.com/akash-network/net/master/mainnet/genesis.json` +|`GENESIS_URL`|URL to the genesis file in `.gz`, `.tar.gz`, or `.zip` format. Can be set by CHAIN_JSON| |`https://raw.githubusercontent.com/akash-network/net/main/mainnet/genesis.json` |`DOWNLOAD_GENESIS`|Force download of genesis file. If unset the node will only download if the genesis file is missing| |`1`| |`VALIDATE_GENESIS`|Set to 1 to enable validation of genesis file|`0`|`1` diff --git a/_examples/load-balanced-rpc-nodes/node_deploy.yml b/_examples/load-balanced-rpc-nodes/node_deploy.yml index 3ef443754..030e428df 100644 --- a/_examples/load-balanced-rpc-nodes/node_deploy.yml +++ b/_examples/load-balanced-rpc-nodes/node_deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=my-moniker-1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - P2P_POLKACHU=1 diff --git a/_examples/snapshot_backup/deploy.yml b/_examples/snapshot_backup/deploy.yml index 3105d0c97..739f256d8 100644 --- a/_examples/snapshot_backup/deploy.yml +++ b/_examples/snapshot_backup/deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=my-moniker-1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - P2P_POLKACHU=1 diff --git a/_examples/statesync/snapshot-deploy.yml b/_examples/statesync/snapshot-deploy.yml index c7364280b..494299270 100644 --- a/_examples/statesync/snapshot-deploy.yml +++ b/_examples/statesync/snapshot-deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=public-node-1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - P2P_POLKACHU=1 @@ -29,7 +29,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=public-node-2 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - P2P_POLKACHU=1 diff --git a/_examples/statesync/statesync-deploy.yml b/_examples/statesync/statesync-deploy.yml index f2b0e6c36..8f33334a3 100644 --- a/_examples/statesync/statesync-deploy.yml +++ b/_examples/statesync/statesync-deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=private_node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - STATESYNC_RPC_SERVERS= diff --git a/_examples/validator-and-private-sentries/deploy.yml b/_examples/validator-and-private-sentries/deploy.yml index 8e7da5eac..f74697147 100644 --- a/_examples/validator-and-private-sentries/deploy.yml +++ b/_examples/validator-and-private-sentries/deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=validator - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - AKASH_P2P_PEX=false @@ -41,7 +41,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=private_node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - AKASH_P2P_PEX=true @@ -71,7 +71,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=private_node_2 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - AKASH_P2P_PEX=true diff --git a/_examples/validator-and-public-sentries/sentries-deploy.yml b/_examples/validator-and-public-sentries/sentries-deploy.yml index 4057a61b2..8d621a09e 100644 --- a/_examples/validator-and-public-sentries/sentries-deploy.yml +++ b/_examples/validator-and-public-sentries/sentries-deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=private_node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - AKASH_P2P_PEX=true @@ -35,7 +35,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=private_node_2 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - AKASH_P2P_PEX=true diff --git a/_examples/validator-and-public-sentries/validator-deploy.yml b/_examples/validator-and-public-sentries/validator-deploy.yml index b7c4ee04e..8259c35ef 100644 --- a/_examples/validator-and-public-sentries/validator-deploy.yml +++ b/_examples/validator-and-public-sentries/validator-deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=validator - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - AKASH_P2P_PEX=false diff --git a/_examples/validator-and-tmkms/deploy.yml b/_examples/validator-and-tmkms/deploy.yml index 164375bc6..e2348bce6 100644 --- a/_examples/validator-and-tmkms/deploy.yml +++ b/_examples/validator-and-tmkms/deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=my-moniker-1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - P2P_POLKACHU=1 - STATESYNC_POLKACHU=1 diff --git a/akash/README.md b/akash/README.md index 94ba0359a..eec837af2 100644 --- a/akash/README.md +++ b/akash/README.md @@ -20,7 +20,7 @@ Akash provide up to date chain information in their [akash-network/net](https:// |Variable|Value| |---|---| -|`CHAIN_JSON`|`https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json`| +|`CHAIN_JSON`|`https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json`| ## Suggested configuration diff --git a/akash/build.yml b/akash/build.yml index 930c2f4c2..7e1c83b9f 100644 --- a/akash/build.yml +++ b/akash/build.yml @@ -16,7 +16,7 @@ services: - '1317:1317' environment: - MONIKER=node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - P2P_POLKACHU=1 diff --git a/akash/deploy.yml b/akash/deploy.yml index aa652f9ff..abb61e86d 100644 --- a/akash/deploy.yml +++ b/akash/deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=my-moniker-1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - P2P_POLKACHU=1 diff --git a/akash/docker-compose.yml b/akash/docker-compose.yml index 54906583e..102dabb7f 100644 --- a/akash/docker-compose.yml +++ b/akash/docker-compose.yml @@ -9,7 +9,7 @@ services: - '1317:1317' environment: - MONIKER=node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v0 - P2P_POLKACHU=1 diff --git a/generic/build.yml b/generic/build.yml index 1f4891e21..644076813 100644 --- a/generic/build.yml +++ b/generic/build.yml @@ -12,7 +12,7 @@ services: - '1317:1317' environment: - MONIKER=node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/edgenet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/edgenet/meta.json - BINARY_ZIP_PATH=akash_0.15.0-rc14_linux_amd64/akash env_file: - ../.env diff --git a/generic/deploy.yml b/generic/deploy.yml index 107a59776..1592d1f16 100644 --- a/generic/deploy.yml +++ b/generic/deploy.yml @@ -6,7 +6,7 @@ services: image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-generic env: - MONIKER=my-moniker-1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/edgenet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/edgenet/meta.json - BINARY_ZIP_PATH=akash_0.15.0-rc14_linux_amd64/akash expose: - port: 26657 diff --git a/generic/docker-compose.yml b/generic/docker-compose.yml index 642876d7c..89278783f 100644 --- a/generic/docker-compose.yml +++ b/generic/docker-compose.yml @@ -9,7 +9,7 @@ services: - '1317:1317' environment: - MONIKER=node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/master/edgenet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/edgenet/meta.json - BINARY_ZIP_PATH=akash_0.15.0-rc14_linux_amd64/akash volumes: - ./node-data:/root/.akash