Skip to content

Commit

Permalink
reschedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Feb 27, 2024
1 parent 53f9831 commit cc0c0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquidationPools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cc0c0a0

Please sign in to comment.