Skip to content

Commit

Permalink
Update flag for the tezos baking app
Browse files Browse the repository at this point in the history
 - Remove LIBRARY        flag as the app is not called as a library
 - Remove BOLOS_SETTINGS flag as the app does not access system parameters
      except for Nanos and Stax, which will have BLE support
 - Set    GLOBAL_PIN     flag as the app needs pin validation
  • Loading branch information
spalmer25 committed Feb 23, 2024
1 parent f007ae0 commit 6c6d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,7 @@
"path": ["44'/330'"]
},
"tezos_baking": {
"appFlags": {"nanos": "0x800", "nanos2": "0xa40", "nanox": "0xa40", "stax": "0xa40"},
"appFlags": {"nanos": "0x040", "nanos2": "0x040", "nanox": "0x240", "stax": "0x240"},
"appName": "Tezos Baking",
"curve": ["ed25519", "secp256k1", "secp256r1"],
"path": ["44'/1729'"]
Expand Down

0 comments on commit 6c6d6a7

Please sign in to comment.