Skip to content

Commit

Permalink
Merge branch 'main' into luca_joss/add-gaia-v17
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 authored Jun 10, 2024
2 parents c56259c + 8515f69 commit 29a2a70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
juno-src.url = "github:CosmosContracts/juno/v21.0.0";
juno-src.flake = false;

osmosis-src.url = "github:osmosis-labs/osmosis/v24.0.1";
osmosis-src.url = "github:osmosis-labs/osmosis/v25.0.0";
osmosis-src.flake = false;

sentinel-src.url = "github:sentinel-official/hub/v0.9.0-rc0";
Expand Down
4 changes: 2 additions & 2 deletions packages/osmosis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}:
cosmosLib.mkCosmosGoApp {
name = "osmosis";
version = "v24.0.1";
version = "v25.0.0";
goVersion = "1.21";
src = osmosis-src;
rev = osmosis-src.rev;
vendorHash = "sha256-RjBnaHKge3b1CwIFUFsyE/Yv83QC8UsGtx87mgI1PPo=";
vendorHash = "sha256-G/LIUpwWDIwB8oGBnNQ00Y7knoZSYjnON+3+VgIHSQQ=";
tags = ["netgo"];
excludedPackages = ["cl-genesis-positions"];
engine = "cometbft/cometbft";
Expand Down

0 comments on commit 29a2a70

Please sign in to comment.