From 5c861211e75c82ee19ba1c4b0a26875969d252ae Mon Sep 17 00:00:00 2001 From: Ewan Sheldon Date: Tue, 25 Jun 2024 10:32:24 +0200 Subject: [PATCH] run liquidation data --- src/liquidation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liquidation.js b/src/liquidation.js index c7d8aac..352b1db 100644 --- a/src/liquidation.js +++ b/src/liquidation.js @@ -84,7 +84,7 @@ const scheduleLiquidation = async _ => { }); // posts liquidation info to discord - schedule.scheduleJob('10 9 * * *', async _ => { + schedule.scheduleJob('40 * * * *', async _ => { console.log('logging liquidation info'); const { manager, wallet, provider } = await getVaultManager(); const EUROs = await getContract(network.name, 'EUROs');