From fc4293ecc08fc2e402a9d1d75daf8718a55bec19 Mon Sep 17 00:00:00 2001 From: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:42:22 +0100 Subject: [PATCH] feat: add IOTA Rebased app Add the [IOTA Rebased](https://github.com/iotaledger/ledger-app-iota) app to the database. https://github.com/iotaledger/ledger-app-iota/issues/23 --- app-load-params-db.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-load-params-db.json b/app-load-params-db.json index 3c52edd..073a7b3 100644 --- a/app-load-params-db.json +++ b/app-load-params-db.json @@ -1221,6 +1221,12 @@ "appName": "IOTA Legacy", "path": ["44'/4218'"] }, + "iota_rebased": { + "appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200"}, + "appName": "IOTA Rebased", + "curve": ["ed25519"], + "path": ["44'/1'", "44'/4218'"] + }, "iotex": { "appFlags": {"flex": "0xa40", "nanos": "0xa40", "nanos2": "0xa40", "nanox": "0xa40", "stax": "0xa40"}, "appName": "IoTeX",