Skip to content

Commit

Permalink
Testnet/v12.0.0 (#89)
Browse files Browse the repository at this point in the history
* Update for xion release testnet/v12.0.0

* update block height

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
ash-burnt and github-actions authored Oct 2, 2024
1 parent 4787dc0 commit f605bd4
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 3 deletions.
23 changes: 20 additions & 3 deletions testnets/xion-testnet-1/chain-registry/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"bech32_prefix": "xion",
"daemon_name": "xiond",
"node_home": "$HOME/.xiond",
"key_algos": ["secp256k1"],
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
Expand Down Expand Up @@ -179,7 +181,10 @@
"type": "cometbft",
"version": "v0.37.4"
},
"compatible_versions": ["v8.0.0", "v8.0.1"],
"compatible_versions": [
"v8.0.0",
"v8.0.1"
],
"binaries": {
"linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v8.0.1/xiond-v8.0.1-linux-amd64:checksum=sha256:253f0efd544d6accab95c761eb748b787b093e645e2e565c98e9e87763a19aa8"
}
Expand Down Expand Up @@ -240,6 +245,14 @@
"linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-amd64?checksum=sha256:211a3ce788b18e52caafde887f5133aeb8441a9bba55b14e963163b1bcdec0d9",
"linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v11.0.1/xiond-linux-arm64?checksum=sha256:f862110cf873748c0ffc4f1f2d81deb636ac58d27a852a0982dac6998b17123d"
}
},
{
"binaries": {
"darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.0/xiond-darwin-amd64?checksum=sha256:acb0c58abd1466353b909af7fe83d321a533e0f1407a8d4cffd69909ee558278",
"darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.0/xiond-darwin-arm64?checksum=sha256:babcae4b7e10bbdf019632ab0d5820149566adb66bbab122119b05560c85fd59",
"linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.0/xiond-linux-amd64?checksum=sha256:b9c87313fe12c89648e1fefe929e771e98af25222306f9c736bf29750c12e436",
"linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.0/xiond-linux-arm64?checksum=sha256:c6f48600df450713874c0de05a94c2fbba0d4ffc8bcc725440187d7dc329cecc"
}
}
]
},
Expand Down Expand Up @@ -309,5 +322,9 @@
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png"
},
"keywords": ["xion", "burnt", "testnet"]
"keywords": [
"xion",
"burnt",
"testnet"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"binaries": {
"darwin/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.0/xiond-darwin-amd64?checksum=sha256:acb0c58abd1466353b909af7fe83d321a533e0f1407a8d4cffd69909ee558278",
"darwin/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.0/xiond-darwin-arm64?checksum=sha256:babcae4b7e10bbdf019632ab0d5820149566adb66bbab122119b05560c85fd59",
"linux/amd64": "https://github.com/burnt-labs/xion/releases/download/v12.0.0/xiond-linux-amd64?checksum=sha256:b9c87313fe12c89648e1fefe929e771e98af25222306f9c736bf29750c12e436",
"linux/arm64": "https://github.com/burnt-labs/xion/releases/download/v12.0.0/xiond-linux-arm64?checksum=sha256:c6f48600df450713874c0de05a94c2fbba0d4ffc8bcc725440187d7dc329cecc"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "Software Upgrade v12",
"authors": [],
"summary": "Software Upgrade v12",
"details": "Software Upgrade v12 at block height 10140000",
"proposal_forum_url": "",
"vote_option_context": "YES to approve the upgrade, NO to reject the upgrade."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"messages": [
{
"@type": "/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade",
"authority": "xion10d07y265gmmuvt4z0w9aw880jnsr700jctf8qc",
"plan": {
"name": "v12",
"height": "10140000",
"info": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/governance-proposals/software-upgrades/binaries/v12.json",
"upgraded_client_state": null
}
}
],
"metadata": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/governance-proposals/software-upgrades/metadata/v12.json",
"deposit": "10000000uxion",
"title": "Software Upgrade v12",
"summary": "Software Upgrade v12"
}

0 comments on commit f605bd4

Please sign in to comment.