Skip to content

Commit

Permalink
Upgrade Bitcanna to v3.1.0 (#802)
Browse files Browse the repository at this point in the history
* Upgrade to v3.1.0

* Upgrade to v3.1.0

* Upgrade to v3.1.0

* Upgrade v3.1.0

* Upgrade to v3.1.0

* Upgrade to v3.1.0
  • Loading branch information
rodri-r committed May 20, 2024
1 parent 54fef40 commit 8950c3e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- project: bandchain
version: v2.5.1
- project: bitcanna
version: v3.0.1
version: v3.1.0
- project: bitsong
version: v0.15.0
- project: bostrom
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[autonomy](https://github.com/AutonomyNetwork/autonomy-chain)|`v1.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-autonomy-v1.2.1`|[Example](./autonomy)|
|[axelar](https://github.com/axelarnetwork/axelar-core)|`v0.34.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-axelar-v0.34.0`|[Example](./axelar)|
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bandchain-v2.5.1`|[Example](./bandchain)|
|[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v3.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitcanna-v3.0.1`|[Example](./bitcanna)|
|[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v3.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitcanna-v3.1.0`|[Example](./bitcanna)|
|[bitsong](https://github.com/bitsongofficial/go-bitsong)|`v0.14.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitsong-v0.14.0`|[Example](./bitsong)|
|[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bostrom-v0.3.2`|[Example](./bostrom)|
|[canto](https://github.com/Canto-Network/Canto)|`v7.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-canto-v7.0.0`|[Example](./canto)|
Expand Down
4 changes: 2 additions & 2 deletions bitcanna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v3.0.1`|
|Version|`v3.1.0`|
|Binary|`bcnad`|
|Directory|`.bcna`|
|ENV namespace|`BCNAD`|
|Repository|`https://github.com/BitCannaGlobal/bcna`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitcanna-v3.0.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitcanna-v3.1.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bitcanna/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: bitcanna
PROJECT_BIN: bcnad
PROJECT_DIR: .bcna
VERSION: v3.0.1
VERSION: v3.1.0
REPOSITORY: https://github.com/BitCannaGlobal/bcna
NAMESPACE: BCNAD
GOLANG_VERSION: 1.21-bullseye
Expand Down
2 changes: 1 addition & 1 deletion bitcanna/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitcanna-v3.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitcanna-v3.1.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bitcanna/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitcanna-v3.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.15-bitcanna-v3.1.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 8950c3e

Please sign in to comment.