Files
app-ethereum/ledger_app.toml
Charles-Edouard de la Vergne bfff5f1083 Adapt tree to take into account Flex
2024-05-07 10:15:09 +02:00

14 lines
408 B
TOML

[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]
[use_cases] # Coherent build options that make sense for your application
debug = "DEBUG=1"
use_test_keys = "DEBUG=1 CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
cal_bypass = "DEBUG=1 BYPASS_SIGNATURES=1"
[tests]
unit_directory = "./tests/unit"
pytest_directory = "./tests/ragger"