-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup notification manager init (#2513)
* cleanup notification manager initialization Co-authored-by: Nicole O'Brien <[email protected]> * add message handler --------- Co-authored-by: Nicole O'Brien <[email protected]>
- Loading branch information
1 parent
bb02cae
commit ddf4746
Showing
2 changed files
with
124 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/notifyEvent.enum.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
export enum NotifyEvent { | ||
Subscription = 'notify_subscription', | ||
Message = 'notify_message', | ||
Notification = 'notify_notification', | ||
Delete = 'notify_delete', | ||
Update = 'notify_update', | ||
SubscriptionsChanged = 'notify_subscriptions_changed', | ||
} |