Skip to content

Commit

Permalink
update with v19
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Sep 5, 2023
1 parent 2d925a5 commit 54c52c3
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions osmosis/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
},
"codebase": {
"git_repo": "https://github.com/osmosis-labs/osmosis",
"recommended_version": "v18.0.0",
"recommended_version": "v19.0.0",
"compatible_versions": [
"v18.0.0"
"v19.0.0"
],
"binaries": {
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-arm64?checksum=sha256:4331f9a318f6dd2f012c36f6ef19af8378fd1e9bc85c751e3f56f7018176ed58",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-amd64?checksum=sha256:9a98a57946e936e7380ae897a205b4e18a188332e91ca84a1f62c21cbb437845"
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.0.0/osmosisd-19.0.0-linux-arm64?checksum=sha256:39fb492914ef45f81e91e4472ddfdd83a56d3db820e48ed430df4c59aab90736",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.0.0/osmosisd-19.0.0-linux-amd64?checksum=sha256:e2a105e6bbbc2efa7681aadcf286f8f646f1ab3a8552261aa5bb914f497ad77d"
},
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
Expand Down Expand Up @@ -258,6 +258,30 @@
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-arm64?checksum=sha256:4331f9a318f6dd2f012c36f6ef19af8378fd1e9bc85c751e3f56f7018176ed58",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-amd64?checksum=sha256:9a98a57946e936e7380ae897a205b4e18a188332e91ca84a1f62c21cbb437845"
}
},
{
"name": "v19",
"tag": "v19.0.0",
"height": 11317300,
"recommended_version": "v19.0.0",
"compatible_versions": [
"v19.0.0"
],
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
"type": "tendermint",
"version": "informalsystems/[email protected]"
},
"cosmwasm_version": "osmosis-labs/[email protected]",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.1",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.0.0/osmosisd-19.0.0-linux-arm64?checksum=sha256:39fb492914ef45f81e91e4472ddfdd83a56d3db820e48ed430df4c59aab90736",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.0.0/osmosisd-19.0.0-linux-amd64?checksum=sha256:e2a105e6bbbc2efa7681aadcf286f8f646f1ab3a8552261aa5bb914f497ad77d"
}
}
]
},
Expand Down

0 comments on commit 54c52c3

Please sign in to comment.