Skip to content

Commit

Permalink
add genesis.json (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
2dpetkov authored Oct 24, 2023
1 parent aa64aed commit 9663b34
Show file tree
Hide file tree
Showing 3 changed files with 3,839 additions and 10 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.4.0/dydxprotocold-v0.4.0-linux-amd64.tar.gz' \
-e VALIDATE_GENESIS_TAR_URL='https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv1.0.0/dydxprotocold-v1.0.0-linux-amd64.tar.gz' \
-e VALIDATE_GENESIS_STAKE_TOKEN=adydx \
-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.4.0/dydxprotocold-v0.4.0-linux-amd64.tar.gz' \
-e VALIDATE_GENESIS_TAR_URL='https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv1.0.0/dydxprotocold-v1.0.0-linux-amd64.tar.gz' \
-e VALIDATE_GENESIS_STAKE_TOKEN=adydx \
-e GENESIS_FILE_NAME=genesis.json \
-e ADD_GENTXS=false \
Expand Down
Loading

0 comments on commit 9663b34

Please sign in to comment.