Open AlexJupiter opened 2 years ago
Adding a bit more color here to match our new standards
When property account_type == hardware
then the following properties can be included:
account_hardware_type
(string): ledger, trezor, lattice, qr_code (lowercase from DEVICE_NAMES in constants/hardware-wallets.js
)account_hardware_version
(string): hardware_version_here (e.g. S 1.1.0, X 1.1.0)
https://github.com/MetaMask/metamask-extension/pull/13682 added hardware wallet brands to the account_type attribute, however we now need to distinguish the device model (e.g. Ledger Nano S or Ledger Nano X) and also split out the QR devices into their separate brands (e.g. Keystone or AirGap).