1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 05:58:09 +00:00

docs(common): update info about support.json

This commit is contained in:
matejcik 2024-09-02 10:16:41 +02:00 committed by matejcik
parent 1f20b2984f
commit f240a2d8fb

View File

@ -80,10 +80,10 @@ added to the dataset.
# Support Information # Support Information
We keep track of support status of each built-in coin over our devices. That is We keep track of support status of each built-in coin over our devices. That is `T1B1`
`T1B1` for Trezor One, `T2T1` for Trezor T, `T2B1` for Trezor Safe 3, `T3T1` for Trezor Safe 5, `connect` for [Connect](https://github.com/trezor/connect) for Trezor One, `T2T1` for Trezor T, `T2B1` and `T3B1` for Trezor Safe 3 (both models
and `suite` for [Trezor Suite](https://suite.trezor.io/). In further description, the word "device" should have identical entries, except for minimum versions which are higher on `T3B1`),
applies to Connect and Suite as well. `T3T1` for Trezor Safe 5.
This information is stored in [`support.json`](support.json). This information is stored in [`support.json`](support.json).
External contributors should not touch this file unless asked to. External contributors should not touch this file unless asked to.