diff --git a/orchestrator/src/index.ts b/orchestrator/src/index.ts index 0e1347d..93da502 100644 --- a/orchestrator/src/index.ts +++ b/orchestrator/src/index.ts @@ -19,7 +19,7 @@ import { log } from "./logger"; env.rooch.chainId.map((chain) => { const rooch = new RoochIndexer(env.rooch.privateKey, chain, env.rooch.oracleAddress); new CronJob( - "0 * * * * *", + "0 * * * *", () => { rooch.sendUnfulfilledRequests(); },