Skip to content

Commit

Permalink
chore(web): adding wallet_name to properly identify wallets (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackShort authored Jul 30, 2024
1 parent c23fbf1 commit 17ecac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export enum CustomUserProperties {
SCREEN_RESOLUTION_WIDTH = 'screen_resolution_width',
USER_AGENT = 'user_agent',
WALLET_ADDRESS = 'wallet_address',
WALLET_NAME = 'wallet_name',
WALLET_TYPE = 'wallet_type',
WALLET_VERSION = 'wallet_version',
}

0 comments on commit 17ecac2

Please sign in to comment.