package Common::SlackURLs;
use strict;
use warnings;

# The following are endpoints for sending notifications to slack channels
#
use constant kRoyaltyRunErrors     => "https://hooks.slack.com/triggers/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";
use constant kRoyaltyRunErrorsTest => "https://hooks.slack.com/triggers/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";

1;
