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