diff --git a/cheqd/chain.json b/cheqd/chain.json index a560aaf88c..dd3728ecda 100644 --- a/cheqd/chain.json +++ b/cheqd/chain.json @@ -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" } @@ -168,5 +171,9 @@ "tx_page": "https://atomscan.com/cheqd/transactions/${txHash}", "account_page": "https://atomscan.com/cheqd/accounts/${accountAddress}" } - ] -} \ No newline at end of file + ], + "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" + } +} diff --git a/testnets/cheqdtestnet/chain.json b/testnets/cheqdtestnet/chain.json index 6708f08222..060cc1a2ac 100644 --- a/testnets/cheqdtestnet/chain.json +++ b/testnets/cheqdtestnet/chain.json @@ -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" } @@ -85,5 +88,9 @@ "url": "https://testnet-explorer.cheqd.io/", "tx_page": "https://testnet-explorer.cheqd.io/transactions/${txHash}" } - ] -} \ No newline at end of file + ], + "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" + } +}