From 53f9831b5376cedaa7f9eda49bdb61bc709ccbe5 Mon Sep 17 00:00:00 2001 From: Ewan Sheldon Date: Tue, 27 Feb 2024 11:23:49 +0100 Subject: [PATCH] reschedule --- src/liquidationPools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liquidationPools.js b/src/liquidationPools.js index 9d83aaa..aefd432 100644 --- a/src/liquidationPools.js +++ b/src/liquidationPools.js @@ -85,7 +85,7 @@ const fetchPrices = async (networkName, wallet) => { }; const scheduleLiquidationPoolData = async _ => { - schedule.scheduleJob('20 * * * *', async _ => { + schedule.scheduleJob('27 * * * *', async _ => { console.log('indexing liquidation pool snapshots') const network = getNetwork('arbitrum'); const provider = new getDefaultProvider(network.rpc);