Update link to parity binary

This commit is contained in:
phahulin 2017-11-22 23:22:17 +03:00 committed by GitHub
parent 2106fb5999
commit 790c769357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ TX_GAS_LIMIT="6700000"
# either "BIN" or "DEB"
PARITY_INSTALLATION_MODE="BIN"
PARITY_BIN_LOC="https://transfer.sh/PhhDc/parity"
PARITY_BIN_LOC="https://github.com/oraclesorg/binary-releases/releases/download/1.8.2/parity"
PARITY_DEB_LOC="https://parity-downloads-mirror.parity.io/v1.8.1/x86_64-unknown-linux-gnu/parity_1.8.1_amd64.deb"
NODE_SOURCE_DEB="https://deb.nodesource.com/setup_6.x"