Trying to figure out why eth watcher does not work properly on CI env 3

This commit is contained in:
Kirill Fedoseev 2019-10-28 23:29:58 +03:00
parent cee521f079
commit e29ea876f5
2 changed files with 4 additions and 2 deletions

View File

@ -49,6 +49,8 @@ orbs:
docker cp "./workspace/ganache_side_data" "tmp:/ganache_side_data"
docker cp "./workspace/ganache_home_data" "tmp:/ganache_home_data"
docker kill tmp
ls ./workspace/ganache_side_data
ls ./workspace/ganache_home_data
restore_tss_image:
description: "Restores tss image from cache"
steps:

View File

@ -12,8 +12,8 @@ const abiBridge = require('./contracts_data/Bridge.json').abi
logger.debug('%o', abiBridge)
setInterval(() => {
logger.debug("alive", 5000)
})
logger.debug("alive")
}, 5000)
const { HOME_RPC_URL, HOME_BRIDGE_ADDRESS, RABBITMQ_URL, HOME_START_BLOCK, VALIDATOR_PRIVATE_KEY } = process.env