Skip to content

Commit

Permalink
Update chain.json (cosmos#2741)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 authored Aug 28, 2023
1 parent 90562db commit 62be756
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions testnets/neutrontestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"codebase": {
"git_repo": "https://github.com/neutron-org/neutron",
"recommended_version": "v1.0.4",
"compatible_versions": [],
"compatible_versions": [
"v1.0.4"
],
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "cometbft",
Expand All @@ -41,7 +43,9 @@
{
"name": "v0.4.3",
"recommended_version": "v0.4.3",
"compatible_versions": [],
"compatible_versions": [
"v0.4.3"
],
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "tendermint",
Expand All @@ -54,7 +58,9 @@
{
"name": "v1.0.4",
"recommended_version": "v1.0.4",
"compatible_versions": [],
"compatible_versions": [
"v1.0.4"
],
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "cometbft",
Expand Down

0 comments on commit 62be756

Please sign in to comment.