Skip to content

Commit

Permalink
log token to check padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Jun 25, 2024
1 parent 01df41b commit e8b6811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/liquidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const postToDiscord = async content => {
content,
});

console.log(data)

const options = {
hostname: 'discord.com',
port: 443,
Expand Down Expand Up @@ -60,6 +58,8 @@ const getVaultManager = async _ => {

const scheduleLiquidation = async _ => {
const network = getNetwork('arbitrum');
console.log(`/${process.env.WEBHOOK_TOKEN}/`)


// checks for undercollateralised vaults and liquidates
schedule.scheduleJob('6,36 * * * *', async _ => {
Expand Down

0 comments on commit e8b6811

Please sign in to comment.