Skip to content

Commit

Permalink
- change notification channel for base upkeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyferion committed Apr 2, 2024
1 parent 68b0783 commit 1588ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Base Upkeeper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports.handler = async function (credentials, context) {
const { notificationClient } = context;
try {
notificationClient.send({
channelAlias: '#defender-alerts',
channelAlias: 'Hal Maxi Bot (tg)',
subject: 'Upkeep performed',
message: 'Transaction hash: ' + tx.hash
});
Expand Down

0 comments on commit 1588ca8

Please sign in to comment.