Skip to content

Commit

Permalink
Update chain registry for Osmosis upgrade (osmosis-labs#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon authored Aug 4, 2022
1 parent aac7bfa commit 80bd776
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions chain.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"codebase":{
"git_repo": "https://github.com/osmosis-labs/osmosis",
"recommended_version": "v10.0.1",
"compatible_versions": ["v10.0.0", "v10.0.1"],
"recommended_version": "11.0.0",
"compatible_versions": ["11.0.0"],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v10.0.0/osmosis-10.0.0-linux-amd64",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v10.0.0/osmosis-10.0.0-linux-arm64"
},
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-amd64?checksum=sha256:d01423cf847b7f95a94ade8811bbf6dd9ec5938d46af0a14bc62caaaa7b7143e",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-arm64?checksum=sha256:375699e90e5b76fd3d7e7a9ab631b40badd97140136f361e6b3f06be3fbd863d"
},
"cosmos_sdk_version": "0.45",
"tendermint_version": "0.34",
"cosmwasm_version": "0.24",
"cosmwasm_version": "0.27",
"cosmwasm_enabled": true
}
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/osmosis-labs/osmosis/v10
go 1.18

require (
github.com/CosmWasm/wasmd v0.24.0
github.com/CosmWasm/wasmd v0.27.0
github.com/cosmos/cosmos-proto v1.0.0-alpha7
github.com/cosmos/cosmos-sdk v0.46.0
github.com/cosmos/go-bip39 v1.0.0
Expand Down

0 comments on commit 80bd776

Please sign in to comment.