Skip to content

Commit

Permalink
chore: CHEQ / cheqd-network add binaries for different platforms and …
Browse files Browse the repository at this point in the history
…version bumps (#849)

* Added v0.6.7 version bump and binaries

* Update testnet
  • Loading branch information
ankurdotb authored Oct 13, 2022
1 parent 3bbeb95 commit a21d279
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
15 changes: 11 additions & 4 deletions cheqd/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@
},
"codebase": {
"git_repo": "https://github.com/cheqd/cheqd-node",
"recommended_version": "v0.6.0",
"recommended_version": "v0.6.7",
"compatible_versions": [
"v0.6.0"
],
"binaries": {
"linux/amd64": "https://github.com/cheqd/cheqd-node/releases/download/v0.6.0/cheqd-noded"
"linux/amd64": "https://github.com/cheqd/cheqd-node/releases/download/0.6.7/cheqd-noded-0.6.7-Linux-arm64.tar.gz",
"linux/arm64": "https://github.com/cheqd/cheqd-node/releases/download/0.6.7/cheqd-noded-0.6.7-Linux-x86_64.tar.gz"
},
"cosmos_sdk_version": "0.45",
"tendermint_version": "0.34",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/cheqd/cheqd-node/main/networks/mainnet/genesis.json"
}
Expand Down Expand Up @@ -168,5 +171,9 @@
"tx_page": "https://atomscan.com/cheqd/transactions/${txHash}",
"account_page": "https://atomscan.com/cheqd/accounts/${accountAddress}"
}
]
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"
}
}
15 changes: 11 additions & 4 deletions testnets/cheqdtestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
},
"codebase": {
"git_repo": "https://github.com/cheqd/cheqd-node",
"recommended_version": "v0.6.0",
"recommended_version": "v0.6.7",
"compatible_versions": [
"v0.6.0"
],
"binaries": {
"linux/amd64": "https://github.com/cheqd/cheqd-node/releases/download/v0.6.0/cheqd-noded"
"linux/amd64": "https://github.com/cheqd/cheqd-node/releases/download/0.6.7/cheqd-noded-0.6.7-Linux-arm64.tar.gz",
"linux/arm64": "https://github.com/cheqd/cheqd-node/releases/download/0.6.7/cheqd-noded-0.6.7-Linux-x86_64.tar.gz"
},
"cosmos_sdk_version": "0.45",
"tendermint_version": "0.34",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/cheqd/cheqd-node/main/networks/mainnet/genesis.json"
}
Expand Down Expand Up @@ -85,5 +88,9 @@
"url": "https://testnet-explorer.cheqd.io/",
"tx_page": "https://testnet-explorer.cheqd.io/transactions/${txHash}"
}
]
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"
}
}

0 comments on commit a21d279

Please sign in to comment.