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

Comment clean old contracts

This commit is contained in:
Javier Cortejoso 2018-12-07 13:37:26 +01:00
parent 49cdc4b694
commit 1246faec54
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
version: '2.1'
services:
keeper-contracts:
image: oceanprotocol/keeper-contracts:${OCEAN_VERSION:-stable}
#image: oceanprotocol/keeper-contracts:${OCEAN_VERSION:-stable}
image: oceanprotocol/keeper-contracts:feature_docker
networks:
backend:
ipv4_address: 172.15.0.14

View File

@ -101,7 +101,7 @@ while :; do
export NODE_FILE=${COMPOSE_DIR}/nodes/ganache_node.yml
export KEEPER_NETWORK_NAME="development"
export KEEPER_DEPLOY_CONTRACTS="true"
rm -f ${KEEPER_ARTIFACTS_FOLDER}/*.development.json
#rm -f ${KEEPER_ARTIFACTS_FOLDER}/*.development.json
printf $COLOR_Y'Starting with local Ganache node...\n\n'$COLOR_RESET
;;
# connects you to nile ocean testnet
@ -116,7 +116,7 @@ while :; do
export NODE_FILE=${COMPOSE_DIR}/nodes/spree_node.yml
export KEEPER_NETWORK_NAME="spree"
export KEEPER_DEPLOY_CONTRACTS="true"
rm -f ${KEEPER_ARTIFACTS_FOLDER}/*.development.json
#rm -f ${KEEPER_ARTIFACTS_FOLDER}/*.development.json
printf $COLOR_Y'Starting with local Spree node...\n\n'$COLOR_RESET
;;
#################################################