Skip to content

Commit

Permalink
Correct pull_genesis.sh to run from S3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Dec 20, 2020
1 parent b1d72b7 commit 56ffd13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/maintainer_scripts/pull_genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ set -e
cd /etc/casper

# This will pull latest genesis files down into current directory.
# The expectation is this is installed in and run in /etc/casper with sudo
# The expectation is this is installed in and run in /etc/casper with sudo su - casper

BRANCH_NAME="master"
NETWORK_NAME="casper-delta"

BASE_PATH="https://raw.githubusercontent.com/CasperLabs/casper-node/${BRANCH_NAME}/resources/production"
BASE_PATH="https://casper-node.s3.us-east-2.amazonaws.com/${NETWORK_NAME}"
ACCOUNTS_CSV_PATH="${BASE_PATH}/accounts.csv"
CHAINSPEC_TOML_PATH="${BASE_PATH}/chainspec.toml"
VALIDATION_PATH="${BASE_PATH}/validation.md5"
Expand Down

0 comments on commit 56ffd13

Please sign in to comment.