From 7a7996ece6fede07a39bf76821e62fccd11e4290 Mon Sep 17 00:00:00 2001 From: Christopher Tarry Date: Mon, 29 Jul 2024 11:47:03 -0400 Subject: [PATCH] update icon and ledger_app.toml --- Makefile | 1 + ledger_app.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b8cd023..17efcbd 100755 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ ICON_NANOS = icons/nanos_app_sia.gif ICON_NANOX = icons/nanox_app_sia.gif ICON_NANOSP = icons/nanos2_app_sia.gif ICON_STAX = icons/stax_app_sia.gif +ICON_FLEX = icons/stax_app_sia.gif # Application allowed derivation curves. # Possibles curves are: secp256k1, secp256r1, ed25519 and bls12381g1 diff --git a/ledger_app.toml b/ledger_app.toml index 376e254..7329320 100644 --- a/ledger_app.toml +++ b/ledger_app.toml @@ -1,7 +1,7 @@ [app] build_directory = "./" sdk = "C" -devices = ["nanos", "nanox", "nanos+", "stax"] +devices = ["nanos", "nanox", "nanos+", "stax", "flex"] [tests] -pytest_directory = "./tests/" \ No newline at end of file +pytest_directory = "./tests/"