Skip to content

Commit

Permalink
chore(suite): add valentine homescreens
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka authored and komret committed Feb 4, 2025
1 parent 011c637 commit d9a052b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/suite/src/constants/suite/homescreens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const safe3Homescreens = [
'jupiter',
'saturn',
'starweb',
'valentine',
];

// original trezor images has to be first as they are send to device as '0' and the default image from fw is used
Expand Down Expand Up @@ -57,6 +58,7 @@ export const getHomescreens = (isBitcoinOnlyFirmware: boolean) => ({
'hacker',
'polis',
'carlos',
'heart',
],
[DeviceModelInternal.T2B1]: safe3Homescreens,
[DeviceModelInternal.T3B1]: safe3Homescreens,
Expand Down

0 comments on commit d9a052b

Please sign in to comment.