diff --git a/server/plugins/cron.js b/server/plugins/cron.js index 58fdd62..b85e0ef 100644 --- a/server/plugins/cron.js +++ b/server/plugins/cron.js @@ -21,7 +21,8 @@ export default fp(async (fastify) => { allWarns.push(await checkOperatorBalance()); allWarns.push(await checkOracleSignerBalance()); // allWarns.push(await checkOracleSignerSubmition()); - allWarns.push(await checkTimeoutRelay()); + // todo after self host envio + // allWarns.push(await checkTimeoutRelay()); allWarns.push(await checkMsgportAPI()); allWarns.push(await checkPonder()); fastify.log.warn(allWarns);