From 3bd0c9767652e1fd1ad16f2de7e1dda78a776cc9 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Thu, 27 Jun 2024 09:15:21 +0200 Subject: [PATCH] Remove all devices but nanos in the manifest --- ledger_app.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger_app.toml b/ledger_app.toml index e557cc8f9..c4872247d 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"] [tests] unit_directory = "./unit-tests/"