Skip to content

Commit

Permalink
Upgrade injective to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamloss authored Aug 8, 2024
1 parent d14ddfc commit a84ed40
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions injective/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@
},
"codebase": {
"git_repo": "https://github.com/InjectiveLabs/injective-chain-releases",
"recommended_version": "v1.12.1-1705909076",
"recommended_version": "v1.13.0-1722157491",
"compatible_versions": [
"v1.12.0-1704530206",
"v1.12.1-1705909076"
"v1.13.0-1722157491"
],
"binaries": {
"linux/amd64": "https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/linux-amd64.zip",
"darwin/amd64": "https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/darwin-amd64.zip"
"linux/amd64": "https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.13.0-1722157491/linux-amd64.zip"
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/InjectiveLabs/mainnet-config/master/10001/genesis.json"
Expand Down Expand Up @@ -89,6 +87,19 @@
"linux/amd64": "https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/linux-amd64.zip",
"darwin/amd64": "https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/darwin-amd64.zip"
},
"next_version_name": "v1.13.0"
},
{
"name": "v1.13.0",
"proposal": 420,
"height": 80319200,
"recommended_version": "v1.13.0-1722157491",
"compatible_versions": [
"v1.13.0-1722157491"
],
"binaries": {
"linux/amd64": "https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.13.0-1722157491/linux-amd64.zip"
},
"next_version_name": ""
}
]
Expand Down Expand Up @@ -440,4 +451,4 @@
}
}
]
}
}

0 comments on commit a84ed40

Please sign in to comment.