Skip to content

Commit

Permalink
update make-genesis-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Dec 1, 2024
1 parent 8842624 commit 70ff860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-mainnet-genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo "Building genesis files..."

./binaries/namadac utils init-network --templates-path $GENESIS_TEMPLATE_PATH --wasm-dir $WASM_DIR --consensus-timeout-commit $TIMEOUT_CONSENSUS_COMMIT --wasm-checksums-path $WASM_CHECKSUMS_PATH --chain-prefix $CHAIN_PREFIX --genesis-time $GENESIS_TIME

CHECKSUM="6435b0b3774cf3cac501006"
CHECKSUM="5f5de2dd1b88cba30586420"
FILE="namada.$CHECKSUM.tar.gz"

if [ -e "$FILE" ]; then
Expand Down

0 comments on commit 70ff860

Please sign in to comment.