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:
parent
49cdc4b694
commit
1246faec54
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
#################################################
|
||||
|
Loading…
Reference in New Issue
Block a user