1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

Merge branch 'feature/refactor' of github.com:oceanprotocol/docker-images into feature/refactor

This commit is contained in:
Javier Cortejoso 2018-12-06 13:22:39 +01:00
commit b85bde56c3
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
node0

View File

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