Skip to content

Commit

Permalink
Upgrade Quasar to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh committed Sep 4, 2024
1 parent 024bb65 commit d4d8e59
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions quasar/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"chain_type": "cosmos",
"chain_id": "quasar-1",
"bech32_prefix": "quasar",
"daemon_name": "quasarnoded",
"daemon_name": "quasard",
"node_home": "$HOME/.quasarnode",
"key_algos": [
"secp256k1"
Expand Down Expand Up @@ -134,7 +134,7 @@
},
"cosmwasm_version": "0.45.0",
"cosmwasm_enabled": true,
"next_version_name": "",
"next_version_name": "v3",
"sdk": {
"type": "cosmos",
"version": "v0.47.12"
Expand All @@ -143,14 +143,39 @@
"version": "0.45.0",
"enabled": true
}
},
{
"name": "v3",
"proposal": 45,
"height": 7982200,
"recommended_version": "v3.0.0",
"compatible_versions": [
"v3.0.0"
],
"cosmos_sdk_version": "v0.50.9",
"consensus": {
"type": "cometbft",
"version": "v0.38.11"
},
"cosmwasm_version": "v0.53.0",
"cosmwasm_enabled": true,
"next_version_name": "",
"sdk": {
"type": "cosmos",
"version": "v0.50.9"
},
"cosmwasm": {
"version": "v0.53.0",
"enabled": true
}
}
],
"sdk": {
"type": "cosmos",
"version": "v0.47.12"
"version": "v0.50.9"
},
"cosmwasm": {
"version": "v0.45.0",
"version": "v0.53.0",
"enabled": true
}
},
Expand Down Expand Up @@ -392,4 +417,4 @@
}
}
]
}
}

0 comments on commit d4d8e59

Please sign in to comment.