Skip to content

Commit

Permalink
- new monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyferion committed Jul 22, 2024
1 parent f80aa91 commit e3cc730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Mainnet Gauge Adder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ exports.handler = async function (event, context) {
const { notificationClient } = context;
try {
notificationClient.send({
channelAlias: 'Hal Maxi Bot (tg)',
channelAlias: 'maxi_alerts_critical',
subject: 'MAINNET GAUGE ADDER FAILED',
message: 'There was a problem running the Mainnet Gauge Adder on Open Zeppelin. ' + error
});
Expand Down

0 comments on commit e3cc730

Please sign in to comment.