Skip to content

Commit

Permalink
Upgrade Bitcanna to v2.0.2 (#565)
Browse files Browse the repository at this point in the history
* Update README.md

* Update build.yml

* Update deploy.yml

* Update docker-compose.yml

* Update publish.yml

* temp

* Upgrade v2.0.2

* Update missed README

---------

Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
rodri-r and tombeynon authored Jul 10, 2023
1 parent 51f5364 commit e14d3e6
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 @@ -27,7 +27,7 @@ jobs:
- project: bandchain
version: v2.5.1
- project: bitcanna
version: v1.7.0
version: v2.0.2
- project: bitsong
version: v0.14.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 @@ -51,7 +51,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[assetmantle](https://github.com/AssetMantle/node)|`v0.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-assetmantle-v0.3.0`|[Example](./assetmantle)|
|[autonomy](https://github.com/AutonomyNetwork/autonomy-chain)|`v1.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-autonomy-v1.2.1`|[Example](./autonomy)|
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bandchain-v2.5.1`|[Example](./bandchain)|
|[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v1.7.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v1.7.0`|[Example](./bitcanna)|
|[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v2.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v2.0.2`|[Example](./bitcanna)|
|[bitsong](https://github.com/bitsongofficial/go-bitsong)|`v0.14.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitsong-v0.14.0`|[Example](./bitsong)|
|[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bostrom-v0.3.2`|[Example](./bostrom)|
|[canto](https://github.com/Canto-Network/Canto)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-canto-v5.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|`v1.7.0`|
|Version|`v2.0.2`|
|Binary|`bcnad`|
|Directory|`.bcna`|
|ENV namespace|`BCNAD`|
|Repository|`https://github.com/BitCannaGlobal/bcna`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v1.7.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v2.0.2`|

## 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: v1.7.0
VERSION: v2.0.2
REPOSITORY: https://github.com/BitCannaGlobal/bcna
NAMESPACE: BCNAD
ports:
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.3.38-bitcanna-v1.7.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v2.0.2
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.3.38-bitcanna-v1.7.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v2.0.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit e14d3e6

Please sign in to comment.