Skip to content

Commit

Permalink
Update mainnet and testnet images for v6.0.0 development (backport #2053
Browse files Browse the repository at this point in the history
) (#2056)

Co-authored-by: roy-dydx <[email protected]>
  • Loading branch information
mergify[bot] and roy-dydx authored Aug 7, 2024
1 parent a276eef commit 3d2ea07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protocol/testing/mainnet/mainnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CHAIN_ID="dydx-mainnet-1"

# Define the mapping from version to URL
declare -A version_to_url
# version_to_url["v5.1.0"]="https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.1.0-dev4/dydxprotocold-v5.1.0-dev4-linux-amd64.tar.gz"
version_to_url["v5.2.0"]="https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.2.0/dydxprotocold-v5.2.0-linux-amd64.tar.gz"

# Define dependencies for this script.
# `jq` and `dasel` are used to manipulate json and yaml files respectively.
Expand Down
2 changes: 1 addition & 1 deletion protocol/testing/mainnet/vars.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail

CURRENT_VERSION_DIR="v5.1.0"
CURRENT_VERSION_DIR="v6.0.0"

# Full node home directories will be set up for indices 0 to LAST_FULL_NODE_INDEX
LAST_FULL_NODE_INDEX=5
2 changes: 1 addition & 1 deletion protocol/testing/testnet/testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CHAIN_ID="dydx-testnet-1"

# Define the mapping from version to URL
declare -A version_to_url
version_to_url["v5.1.0"]="https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.1.1/dydxprotocold-v5.1.1-linux-amd64.tar.gz"
version_to_url["v5.2.0"]="https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.2.0/dydxprotocold-v5.2.0-linux-amd64.tar.gz"

# Define dependencies for this script.
# `jq` and `dasel` are used to manipulate json and yaml files respectively.
Expand Down
2 changes: 1 addition & 1 deletion protocol/testing/testnet/vars.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail

CURRENT_VERSION_DIR="v5.2.0"
CURRENT_VERSION_DIR="v6.0.0"

# Full node home directories will be set up for indices 0 to LAST_FULL_NODE_INDEX
LAST_FULL_NODE_INDEX=2
Expand Down

0 comments on commit 3d2ea07

Please sign in to comment.