Skip to content

Commit

Permalink
Upgrade Ununifi to v4_0_1 (#3299)
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh authored Nov 30, 2023
1 parent 8adbcb9 commit 855180b
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions ununifi/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"codebase": {
"git_repo": "https://github.com/UnUniFi/chain",
"recommended_version": "v4.0.0",
"recommended_version": "v4.0.1",
"compatible_versions": [
"v4.0.0"
"v4.0.1"
],
"binaries": {
"linux/amd64": "https://github.com/UnUniFi/chain/releases/download/v4.0.0/ununifid"
"linux/amd64": "https://github.com/UnUniFi/chain/releases/download/v4.0.1/ununifid"
},
"cosmos_sdk_version": "v0.47.3-custom-bank-1",
"consensus": {
Expand Down Expand Up @@ -248,6 +248,30 @@
"ics_enabled": [
"ics20-1"
],
"next_version_name": "v4_0_1"
},
{
"name": "v4_0_1",
"recommended_version": "v4.0.1",
"compatible_versions": [
"v4.0.1"
],
"binaries": {
"linux/amd64": "https://github.com/UnUniFi/chain/releases/download/v4.0.1/ununifid"
},
"proposal": 25,
"height": 8299656,
"cosmos_sdk_version": "v0.47.3-custom-bank-1",
"consensus": {
"type": "cometbft",
"version": "v0.37.1"
},
"cosmwasm_version": "v0.40.1",
"cosmwasm_enabled": true,
"ibc_go_version": "v7.0.1",
"ics_enabled": [
"ics20-1"
],
"next_version_name": ""
}
]
Expand Down Expand Up @@ -426,4 +450,4 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg"
}
]
}
}

0 comments on commit 855180b

Please sign in to comment.