1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

set deploy contracts to false

This commit is contained in:
Sebastian Gerske 2018-12-06 13:06:02 +01:00
parent 5d0f78f0a9
commit daec6778fe

View File

@ -8,7 +8,7 @@ export PROJECT_NAME="ocean"
export OCEAN_VERSION=latest
# keeper options
export KEEPER_DEPLOY_CONTRACTS="true"
export KEEPER_DEPLOY_CONTRACTS="false"
export KEEPER_ARTIFACTS_FOLDER=$HOME/.ocean/keeper-contracts/artifacts
# Specify which ethereum client to run or connect to: development, kovan, spree or nile
export KEEPER_NETWORK_NAME="nile"