diff --git a/resources/maintainer_scripts/pull_genesis.sh b/resources/maintainer_scripts/pull_genesis.sh index 08bcfbd2b4..080709cde9 100755 --- a/resources/maintainer_scripts/pull_genesis.sh +++ b/resources/maintainer_scripts/pull_genesis.sh @@ -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"