Skip to content

Commit

Permalink
crepe cron: clean slack
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinbhardwaj committed Sep 19, 2024
1 parent 72fdc6e commit ca78129
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/crepe-api/src/server/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export class Crontab {
await this.sendLowBalanceMessage(
balanceEth,
`Faucet ${faucetAddr} ${getChainName(chainId)} ETH`,
0.005, // TODO
0.0005
0.004,
0.0004
);

const balanceUSDC = await this.vc
Expand All @@ -80,8 +80,8 @@ export class Crontab {
await this.sendLowBalanceMessage(
balanceDollars,
`Faucet ${faucetAddr} ${getChainName(chainId)} USDC`,
5,
1
50,
10
);
}

Expand Down

0 comments on commit ca78129

Please sign in to comment.