-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update for xion release testnet/v12.0.0 * update block height --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
4 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
testnets/xion-testnet-1/governance-proposals/software-upgrades/binaries/v12.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
testnets/xion-testnet-1/governance-proposals/software-upgrades/metadata/v12.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
18 changes: 18 additions & 0 deletions
18
testnets/xion-testnet-1/governance-proposals/software-upgrades/proposal/v12.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |