Skip to content

Commit

Permalink
disable checkTimeoutRelay
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Dec 11, 2024
1 parent 4c2a857 commit 4f62298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/plugins/cron.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4f62298

Please sign in to comment.