mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Comment clean old contracts
This commit is contained in:
parent
49cdc4b694
commit
1246faec54
@ -1,7 +1,8 @@
|
|||||||
version: '2.1'
|
version: '2.1'
|
||||||
services:
|
services:
|
||||||
keeper-contracts:
|
keeper-contracts:
|
||||||
image: oceanprotocol/keeper-contracts:${OCEAN_VERSION:-stable}
|
#image: oceanprotocol/keeper-contracts:${OCEAN_VERSION:-stable}
|
||||||
|
image: oceanprotocol/keeper-contracts:feature_docker
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.14
|
ipv4_address: 172.15.0.14
|
||||||
|
@ -101,7 +101,7 @@ while :; do
|
|||||||
export NODE_FILE=${COMPOSE_DIR}/nodes/ganache_node.yml
|
export NODE_FILE=${COMPOSE_DIR}/nodes/ganache_node.yml
|
||||||
export KEEPER_NETWORK_NAME="development"
|
export KEEPER_NETWORK_NAME="development"
|
||||||
export KEEPER_DEPLOY_CONTRACTS="true"
|
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
|
printf $COLOR_Y'Starting with local Ganache node...\n\n'$COLOR_RESET
|
||||||
;;
|
;;
|
||||||
# connects you to nile ocean testnet
|
# connects you to nile ocean testnet
|
||||||
@ -116,7 +116,7 @@ while :; do
|
|||||||
export NODE_FILE=${COMPOSE_DIR}/nodes/spree_node.yml
|
export NODE_FILE=${COMPOSE_DIR}/nodes/spree_node.yml
|
||||||
export KEEPER_NETWORK_NAME="spree"
|
export KEEPER_NETWORK_NAME="spree"
|
||||||
export KEEPER_DEPLOY_CONTRACTS="true"
|
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
|
printf $COLOR_Y'Starting with local Spree node...\n\n'$COLOR_RESET
|
||||||
;;
|
;;
|
||||||
#################################################
|
#################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user