Skip to content

Commit

Permalink
fix: revert enum value for skiptransfer (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam authored Sep 25, 2024
1 parent a9b4d6f commit f6c247b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/constants/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import { SkipStatusResponse } from './skip';
/** implemented in useNotificationTypes */
export enum NotificationType {
AbacusGenerated = 'AbacusGenerated',
SkipTransfer = 'SkipTransfer',
// Until we have migrations enabled, we need to keep underlying values the same
// So the notifications don't get retriggered
// It's pretty scary getting a bunch of unexpected withdrawal notifications
SkipTransfer = 'SquidTransfer',
TriggerOrder = 'TriggerOrder',
ReleaseUpdates = 'ReleaseUpdates',
ApiError = 'ApiError',
Expand Down

0 comments on commit f6c247b

Please sign in to comment.