Skip to content

Commit

Permalink
Upgrade DYDX to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh authored Jun 6, 2024
1 parent 500b70c commit ef92b9a
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions dydx/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": ""
}
]
Expand Down Expand Up @@ -430,4 +450,4 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"
}
]
}
}

0 comments on commit ef92b9a

Please sign in to comment.