There was an error while loading. Please reload this page.
1 parent 2abdb02 commit 370cd50Copy full SHA for 370cd50
1 file changed
jade/src/commonMain/kotlin/com/blockstream/jade/firmware/JadeFirmwareManager.kt
@@ -105,7 +105,7 @@ class JadeFirmwareManager constructor(
105
106
companion object : Loggable() {
107
// FIXME: Also we'd then be able to set any new 'supports-swaps' gdk capability to 'true' for Jade.
108
- val JADE_MIN_ALLOWED_FW_VERSION = JadeVersion("1.0.38")
+ val JADE_MIN_ALLOWED_FW_VERSION = JadeVersion("1.0.40")
109
110
const val JADE_FW_SERVER_HTTPS = "https://jadefw.blockstream.com"
111
const val JADE_FW_SERVER_ONION =
0 commit comments