diff --git a/src/liquidationPools.js b/src/liquidationPools.js index aefd432..b032c89 100644 --- a/src/liquidationPools.js +++ b/src/liquidationPools.js @@ -85,7 +85,7 @@ const fetchPrices = async (networkName, wallet) => { }; const scheduleLiquidationPoolData = async _ => { - schedule.scheduleJob('27 * * * *', async _ => { + schedule.scheduleJob('31 * * * *', async _ => { console.log('indexing liquidation pool snapshots') const network = getNetwork('arbitrum'); const provider = new getDefaultProvider(network.rpc);