Merge pull request #29 from phahulin/master

Core: rename repo
This commit is contained in:
phahulin 2017-12-23 21:44:25 +03:00 committed by GitHub
commit 33023fc3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ MINING_KEYFILE: "INSERT HERE"
MINING_ADDRESS: "INSERT HERE"
MINING_KEYPASS: "INSERT HERE"
MAIN_REPO_FETCH: "oraclesorg"
MAIN_REPO_FETCH: "poanetwork"
TEMPLATES_BRANCH: "dev-mainnet"
GENESIS_BRANCH: "master"
GENESIS_NETWORK_NAME: "PoANetwork"
@ -46,7 +46,7 @@ BLK_GAS_LIMIT: "6700000"
NODE_PWD: "node.pwd"
NODE_SOURCE_DEB: "https://deb.nodesource.com/node_8.x"
PARITY_BIN_LOC: "https://github.com/oraclesorg/binary-releases/releases/download/1.8.4/parity"
PARITY_BIN_LOC: "https://github.com/poanetwork/binary-releases/releases/download/1.8.4/parity"
#bootnode
bootnode_instance_type: "t2.large"

View File

@ -20,11 +20,11 @@ region: "us-west-2"
NODE_PWD: "node.pwd" # don't change this one
NODE_SOURCE_DEB: "https://deb.nodesource.com/node_8.x"
PARITY_BIN_LOC: "https://github.com/oraclesorg/binary-releases/releases/download/1.8.4/parity"
PARITY_BIN_LOC: "https://github.com/poanetwork/binary-releases/releases/download/1.8.4/parity"
SCRIPTS_MOC_BRANCH: "mainnet"
SCRIPTS_VALIDATOR_BRANCH: "mainnet"
MAIN_REPO_FETCH: "oraclesorg"
MAIN_REPO_FETCH: "poanetwork"
TEMPLATES_BRANCH: "dev-mainnet"
GENESIS_BRANCH: "master"
GENESIS_NETWORK_NAME: "PoA"