Skip to content

Commit

Permalink
Updates post chain upgrade (#5696)
Browse files Browse the repository at this point in the history
* Updates post chain upgrade

* Updated versions.json
  • Loading branch information
alwyn-ixo authored Dec 13, 2024
1 parent bacd661 commit 46e6abc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion impacthub/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"chain_name": "impacthub",
"assets": [
{
"description": "The native token of IXO Chain",
"description": "The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.",
"denom_units": [
{
"denom": "uixo",
Expand Down
16 changes: 5 additions & 11 deletions impacthub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
},
"codebase": {
"git_repo": "https://github.com/ixofoundation/ixo-blockchain",
"recommended_version": "v3.0.0",
"recommended_version": "v4.0.0",
"compatible_versions": [
"v3.0.0"
"v4.0.0"
],
"consensus": {
"type": "cometbft",
"version": "v0.34.27"
"version": "v0.38.12"
},
"genesis": {
"genesis_url": "https://github.com/ixofoundation/genesis/raw/bc042e1223d551b22d55c155de06e662ca24d2f2/ixo-5/genesis.json.tar.gz"
},
"sdk": {
"type": "cosmos",
"version": "v0.45.16"
"version": "v0.50.10"
},
"ibc": {
"type": "go",
"version": "v4.4.1"
"version": "v8.5.1"
}
},
"logo_URIs": {
Expand Down Expand Up @@ -219,12 +219,6 @@
"tx_page": "https://atomscan.com/ixo/transactions/${txHash}",
"account_page": "https://atomscan.com/ixo/accounts/${accountAddress}"
},
{
"kind": "Mintscan",
"url": "https://www.mintscan.io/ixo",
"tx_page": "https://www.mintscan.io/ixo/transactions/${txHash}",
"account_page": "https://www.mintscan.io/ixo/accounts/${accountAddress}"
},
{
"kind": "\ud83d\ude80 WHEN MOON \ud83c\udf15 WHEN LAMBO \ud83d\udd25",
"url": "https://explorer.whenmoonwhenlambo.money/ixo",
Expand Down
24 changes: 23 additions & 1 deletion impacthub/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"type": "cometbft",
"version": "v0.34.27"
},
"next_version_name": "",
"next_version_name": "v4",
"sdk": {
"type": "cosmos",
"version": "v0.45.16"
Expand All @@ -68,6 +68,28 @@
"type": "go",
"version": "v4.4.1"
}
},
{
"name": "v4",
"proposal": 456,
"height": 9269290,
"recommended_version": "v4.0.0",
"compatible_versions": [
"v4.0.0"
],
"consensus": {
"type": "cometbft",
"version": "v0.38.12"
},
"next_version_name": "",
"sdk": {
"type": "cosmos",
"version": "v0.50.10"
},
"ibc": {
"type": "go",
"version": "v8.5.1"
}
}
]
}

0 comments on commit 46e6abc

Please sign in to comment.