From 9b45ceb7c764cd5e743e32bb5b56719af6b55bc1 Mon Sep 17 00:00:00 2001 From: emmanuelm41 Date: Wed, 25 Sep 2024 13:32:15 -0300 Subject: [PATCH] feat: add ironfish dkg app, and flex device on ironfish app --- app-load-params-db.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-load-params-db.json b/app-load-params-db.json index 2e7887a..b6c381f 100644 --- a/app-load-params-db.json +++ b/app-load-params-db.json @@ -270,11 +270,17 @@ "path": ["44'/234'"] }, "IRON": { - "appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"}, + "appFlags": {"flex": "0x200", "nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"}, "appName": "Ironfish", "curve": ["ed25519"], "path": ["44'/1338'"] }, + "IRON_DKG": { + "appFlags": {"flex": "0x200", "nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"}, + "appName": "Ironfish DKG", + "curve": ["ed25519"], + "path": ["44'/1338'"] + }, "IoTeX": { "appFlags": {"nanos": "0x200", "nanos2": "0x200", "nanox": "0x200"}, "appName": "IoTeX",