Skip to content

Commit

Permalink
Upgrade XPLA to v1_4 (#4207)
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh committed Apr 1, 2024
1 parent 667b573 commit 80acdac
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions xpla/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@
},
"codebase": {
"git_repo": "https://github.com/xpladev/xpla",
"recommended_version": "v1.3.0",
"recommended_version": "v1.4.0",
"compatible_versions": [
"v1.3.0"
"v1.4.0"
],
"cosmos_sdk_version": "0.45.16",
"cosmos_sdk_version": "xpladev/cosmos-sdk v0.45.20-xpla",
"consensus": {
"type": "cometbft",
"version": "0.34.27"
"version": "0.34.29"
},
"cosmwasm_version": "0.33.0",
"ibc_go_version": "v4.5.1",
"cosmwasm_version": "v0.33.0",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/xpladev/mainnet/main/dimension_37-1/genesis.json"
},
Expand Down Expand Up @@ -73,6 +74,21 @@
"version": "0.34.27"
},
"cosmwasm_version": "0.33.0",
"next_version_name": "v1_4"
},
{
"name": "v1_4",
"recommended_version": "v1.4.0",
"compatible_versions": [
"v1.4.0"
],
"cosmos_sdk_version": "xpladev/cosmos-sdk v0.45.20-xpla",
"consensus": {
"type": "cometbft",
"version": "0.34.29"
},
"ibc_go_version": "v4.5.1",
"cosmwasm_version": "v0.33.0",
"next_version_name": ""
}
]
Expand Down Expand Up @@ -205,4 +221,4 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"
}
]
}
}

0 comments on commit 80acdac

Please sign in to comment.