From 9eb1dce596fcfd810bdcfc5924ee0e13ff3bf565 Mon Sep 17 00:00:00 2001 From: coderofstuff <114628839+coderofstuff@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:52:49 +0000 Subject: [PATCH] Add ledger_app.toml --- ledger_app.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ledger_app.toml diff --git a/ledger_app.toml b/ledger_app.toml new file mode 100644 index 0000000..b5d4c3a --- /dev/null +++ b/ledger_app.toml @@ -0,0 +1,8 @@ +[app] +build_directory = "./" +sdk = "C" +devices = ["nanos", "nanox", "nanos+", "stax"] + +[tests] +unit_directory = "./unit-tests/" +pytest_directory = "./tests/" \ No newline at end of file