Skip to content

Commit

Permalink
update binary version for validation script (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
2dpetkov authored Oct 5, 2023
1 parent afdfdf2 commit 78409bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ validate-dydx-mainnet-1-gentx:
docker build --platform linux/amd64 --tag public-mainnet-validate $(CURDIR)
docker run --platform linux/amd64 \
-e VALIDATE_GENESIS_DIR_PATH=./dydx-mainnet-1 \
-e VALIDATE_GENESIS_TAR_URL='https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv0.2.1/dydxprotocold-v0.2.1-linux-amd64.tar.gz' \
-e VALIDATE_GENESIS_TAR_URL='https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv0.3.1/dydxprotocold-v0.3.1-linux-amd64.tar.gz' \
-e VALIDATE_GENESIS_STAKE_TOKEN=dv4tnt \
-e GENESIS_FILE_NAME=pregenesis.json \
-e ADD_GENTXS=true \
Expand All @@ -13,7 +13,7 @@ validate-dydx-mainnet-1-final-genesis:
docker build --platform linux/amd64 --tag public-mainnet-validate $(CURDIR)
docker run --platform linux/amd64 \
-e VALIDATE_GENESIS_DIR_PATH=./dydx-mainnet-1 \
-e VALIDATE_GENESIS_TAR_URL='https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv0.2.1/dydxprotocold-v0.2.1-linux-amd64.tar.gz' \
-e VALIDATE_GENESIS_TAR_URL='https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv0.3.1/dydxprotocold-v0.3.1-linux-amd64.tar.gz' \
-e VALIDATE_GENESIS_STAKE_TOKEN=dv4tnt \
-e GENESIS_FILE_NAME=genesis.json \
-e ADD_GENTXS=false \
Expand Down

0 comments on commit 78409bc

Please sign in to comment.