@exodus/trezor-meta
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [3.5.0](https://github.com/ExodusMovement/hydra/compare/@exodus/trezor-meta@3.4.0...@exodus/trezor-meta@3.5.0) (2025-02-01) | ||
### Features | ||
- feat: bump trezor firmware (#11320) | ||
## [3.4.0](https://github.com/ExodusMovement/hydra/compare/@exodus/trezor-meta@3.3.10...@exodus/trezor-meta@3.4.0) (2024-12-02) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@exodus/trezor-meta", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "trezor constants, firmware, and utils", | ||
@@ -29,3 +29,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "75b3831052f4cfbdea9651f74293a332573eb5bf" | ||
"gitHead": "9821535be664d89a2b9cbf5069e4413ea74774ef" | ||
} |
@@ -5,3 +5,3 @@ const gte = require('semver').gte | ||
const MINIMUM_FIRMWARE_VERSIONS = { 'Safe 5': '2.7.2', 'Safe 3': '2.6.3', T: '2.5.2', 1: '1.11.1' } | ||
const LATEST_FIRMWARE_VERSIONS = { 'Safe 5': '2.8.3', 'Safe 3': '2.8.0', T: '2.8.1', 1: '1.12.1' } | ||
const LATEST_FIRMWARE_VERSIONS = { 'Safe 5': '2.8.7', 'Safe 3': '2.8.7', T: '2.8.7', 1: '1.12.1' } | ||
const ASSETS_BY_MODEL = { | ||
@@ -8,0 +8,0 @@ 'Safe 5': coins |
26894