From 0f4b5a3e9d4e4ff42b19cbdb81ef2b32e2d132e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Thu, 22 Feb 2024 17:13:25 +0100 Subject: [PATCH] Update flag for the tezos baking app - Remove LIBRARY flag as the app is not called as a library - Set BOLOS_SETTINGS flag as the app needs lock screen settings - Set GLOBAL_PIN flag as the app needs pin validation --- app-load-params-db.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-load-params-db.json b/app-load-params-db.json index 65cbb49..1598317 100644 --- a/app-load-params-db.json +++ b/app-load-params-db.json @@ -1733,7 +1733,7 @@ "path": ["44'/330'"] }, "tezos_baking": { - "appFlags": {"nanos": "0x800", "nanos2": "0xa40", "nanox": "0xa40", "stax": "0xa40"}, + "appFlags": {"nanos": "0x240", "nanos2": "0x240", "nanox": "0x240", "stax": "0x240"}, "appName": "Tezos Baking", "curve": ["ed25519", "secp256k1", "secp256r1"], "path": ["44'/1729'"]