Skip to content

Commit

Permalink
chore(core): update common/models.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Oct 14, 2024
1 parent 7e00697 commit a2a189c
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions common/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,33 @@
"colors": {}
},
"T2B1": {
"name": "Trezor Model R",
"name": "Trezor Safe 3",
"colors": {
"0": "Black",
"1": "White"
"1": "Cosmic Black",
"2": "Stellar Silver",
"3": "Solar Gold",
"4": "Galactic Rose",
"5": "Bitcoin Orange"
}
},
"T3B1": {
"name": "Trezor Safe 3",
"colors": {
"1": "Cosmic Black",
"2": "Stellar Silver",
"3": "Solar Gold",
"4": "Galactic Rose",
"5": "Bitcoin Orange"
}
},
"T3T1": {
"name": "Trezor Safe 5",
"colors": {
"1": "Black Graphite",
"2": "Violet Ore",
"3": "Green Beryl",
"4": "Bitcoin Orange"
}
}
}

0 comments on commit a2a189c

Please sign in to comment.