Skip to content

Commit

Permalink
Upgrade Persistence to v11.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh authored Jun 5, 2024
1 parent 3a45095 commit cabd93c
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions persistence/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"codebase": {
"git_repo": "https://github.com/persistenceOne/persistenceCore",
"recommended_version": "v11.12.0",
"recommended_version": "v11.13.0",
"compatible_versions": [
"v11.12.0"
"v11.13.0"
],
"cosmos_sdk_version": "persistenceOne/cosmos-sdk v0.47.10-lsm-rc0",
"ibc_go_version": "v7.4.0",
Expand All @@ -57,7 +57,7 @@
"cosmwasm_enabled": true,
"cosmwasm_path": "$HOME/.persistenceCore/wasm",
"binaries": {
"linux/amd64": "https://github.com/persistenceOne/persistenceCore/releases/download/v11.12.0/persistenceCore-v11.12.0-linux-amd64.tar.gz"
"linux/amd64": "https://github.com/persistenceOne/persistenceCore/releases/download/v11.13.0/persistenceCore-v11.13.0-linux-amd64.tar.gz"
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/core-1/final_genesis.json"
Expand Down Expand Up @@ -359,6 +359,33 @@
"binaries": {
"linux/amd64": "https://github.com/persistenceOne/persistenceCore/releases/download/v11.12.0/persistenceCore-v11.12.0-linux-amd64.tar.gz"
},
"next_version_name": "v11.13.0"
},
{
"name": "v11.13.0",
"tag": "v11.13.0",
"proposal": 108,
"height": 16980000,
"recommended_version": "v11.13.0",
"compatible_versions": [
"v11.13.0"
],
"cosmos_sdk_version": "persistenceOne/cosmos-sdk v0.47.10-lsm-rc0",
"ibc_go_version": "v7.4.0",
"ics_enabled": [
"ics20-1",
"ics27-1"
],
"consensus": {
"type": "cometbft",
"version": "v0.37.4"
},
"cosmwasm_version": "v0.45.0",
"cosmwasm_enabled": true,
"cosmwasm_path": "$HOME/.persistenceCore/wasm",
"binaries": {
"linux/amd64": "https://github.com/persistenceOne/persistenceCore/releases/download/v11.13.0/persistenceCore-v11.13.0-linux-amd64.tar.gz"
},
"next_version_name": ""
}
]
Expand Down

0 comments on commit cabd93c

Please sign in to comment.