Skip to content

Commit

Permalink
Comment walletConnect events
Browse files Browse the repository at this point in the history
  • Loading branch information
mgavrila committed Dec 10, 2024
1 parent 4a3d77e commit 1eb99ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export enum WalletConnectV2Error {
}

export enum WalletConnectEventsEnum {
'CLOSE' = 'CLOSE',
'DATA_UPDATE' = 'DATA_UPDATE'
'CLOSE' = 'CLOSE', // close modal event
'DATA_UPDATE' = 'DATA_UPDATE' // update data event
}

export interface IWalletConnectModalData {
Expand Down

0 comments on commit 1eb99ec

Please sign in to comment.