Skip to content

Commit

Permalink
Update Dymension to v3.1.0 (#788)
Browse files Browse the repository at this point in the history
* Update Dymension to 3.1.0

* Update references
  • Loading branch information
PoolPirate authored Apr 29, 2024
1 parent 9717811 commit 998e0a4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- project: dydx
version: v4.0.5
- project: dymension
version: v3.0.0
version: v3.1.0
- project: elysnetwork
version: v0.29.12
- project: emoney
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-desmos-v6.2.0`|[Example](./desmos)|
|[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-dig-v3.3.1`|[Example](./dig)|
|[dydx](https://github.com/dydxprotocol/v4-chain)|`v4.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-dydx-v4.0.5`|[Example](./dydx)|
|[dymension](https://github.com/dymensionxyz/dymension)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-dymension-v3.0.0`|[Example](./dymension)|
|[dymension](https://github.com/dymensionxyz/dymension)|`v3.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-dymension-v3.1.0`|[Example](./dymension)|
|[elysnetwork](https://github.com/elys-network/elys)|`v0.29.12`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-elysnetwork-v0.29.12`|[Example](./elysnetwork)|
|[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-emoney-v1.2.0`|[Example](./emoney)|
|[empowerchain](https://github.com/empowerchain/empowerchain)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-empowerchain-v2.0.0`|[Example](./empowerchain)|
Expand Down
4 changes: 2 additions & 2 deletions dymension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v3.0.0`|
|Version|`v3.1.0`|
|Binary|`dymd`|
|Directory|`.dymension`|
|ENV namespace|`DYMD`|
|Repository|`https://github.com/dymensionxyz/dymension`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-dymension-v3.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.12-dymension-v3.1.0`|

## Examples

Expand Down
5 changes: 3 additions & 2 deletions dymension/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ services:
PROJECT: dymension
PROJECT_BIN: dymd
PROJECT_DIR: .dymension
VERSION: v3.0.0
VERSION: v3.1.0
REPOSITORY: https://github.com/dymensionxyz/dymension
NAMESPACE: DYMD
GOLANG_VERSION: 1.20-buster
GOLANG_VERSION: 1.22-bullseye
DEBIAN_VERSION: bullseye
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion dymension/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.12-dymension-v3.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.12-dymension-v3.1.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/chain.json
Expand Down
2 changes: 1 addition & 1 deletion dymension/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.12-dymension-v3.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.12-dymension-v3.1.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 998e0a4

Please sign in to comment.