Skip to content

Commit

Permalink
feat(web): adding testnet mode (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackShort authored Jan 23, 2025
1 parent 3c6c024 commit 722e730
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 @@ -89,6 +89,7 @@ export enum CustomUserProperties {
ROUTER_PREFERENCE = 'router_preference',
SCREEN_RESOLUTION_HEIGHT = 'screen_resolution_height',
SCREEN_RESOLUTION_WIDTH = 'screen_resolution_width',
TESTNET_MODE_ENABLED = 'testnet_mode_enabled',
USER_AGENT = 'user_agent',
WALLET_ADDRESS = 'wallet_address',
WALLET_NAME = 'wallet_name',
Expand Down

0 comments on commit 722e730

Please sign in to comment.