Skip to content

Commit

Permalink
move forward liquidation data to discord
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Jun 25, 2024
1 parent 8a32cf9 commit 639105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 639105a

Please sign in to comment.