From ef92b9ae6e0e6247ab260013f46146f3734e0252 Mon Sep 17 00:00:00 2001 From: james <86951780+reversesigh@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:36:36 -0400 Subject: [PATCH] Upgrade DYDX to v5.0.0 https://www.mintscan.io/dydx/proposals/59 https://www.mintscan.io/dydx/block/17560000 --- dydx/chain.json | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/dydx/chain.json b/dydx/chain.json index 406e89c18e..e2ce208ae1 100644 --- a/dydx/chain.json +++ b/dydx/chain.json @@ -40,19 +40,19 @@ }, "codebase": { "git_repo": "https://github.com/dydxprotocol/v4-chain/", - "recommended_version": "protocol/v4.1.0", + "recommended_version": "protocol/v5.0.0", "compatible_versions": [ - "protocol/v4.1.0" + "protocol/v5.0.0" ], "binaries": { - "linux/amd64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.1.0/dydxprotocold-v4.1.0-linux-amd64.tar.gz", - "linux/arm64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.1.0/dydxprotocold-v4.1.0-linux-arm64.tar.gz" + "linux/amd64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-amd64.tar.gz", + "linux/arm64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-arm64.tar.gz" }, - "cosmos_sdk_version": "dydxprotocol/cosmos-sdk v0.50.5-0.20240220212824-35f31482370c", + "cosmos_sdk_version": "dydxprotocol/cosmos-sdk v0.50.6-0.20240517185527-7330926cd9ad", "ibc_go_version": "v8.0.0", "consensus": { "type": "cometbft", - "version": "dydxprotocol/cometbft v0.38.6-0.20240409171441-6d0767b72c06" + "version": "dydxprotocol/cometbft v0.38.6-0.20240426214049-c8beeeada40a" }, "genesis": { "genesis_url": "https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json" @@ -137,6 +137,26 @@ "type": "cometbft", "version": "dydxprotocol/cometbft v0.38.6-0.20240409171441-6d0767b72c06" }, + "next_version_name": "v5.0.0" + }, + { + "name": "v5.0.0", + "proposal": 59, + "height": 17560000, + "recommended_version": "protocol/v5.0.0", + "compatible_versions": [ + "protocol/v5.0.0" + ], + "binaries": { + "linux/amd64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-amd64.tar.gz", + "linux/arm64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-arm64.tar.gz" + }, + "cosmos_sdk_version": "dydxprotocol/cosmos-sdk v0.50.6-0.20240517185527-7330926cd9ad", + "ibc_go_version": "v8.0.0", + "consensus": { + "type": "cometbft", + "version": "dydxprotocol/cometbft v0.38.6-0.20240426214049-c8beeeada40a" + }, "next_version_name": "" } ] @@ -430,4 +450,4 @@ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg" } ] -} \ No newline at end of file +}