1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 15:08:12 +00:00

chore(core): update common/models.json

source: https://github.com/trezor/trezor-suite/blob/develop/packages/connect/src/data/models.ts
This commit is contained in:
Martin Milata 2024-10-04 14:24:56 +02:00
parent 7e00697625
commit a2a189ceb3

View File

@ -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"
}
}
}