Files
app-ethereum/ledger_app.toml

14 lines
408 B
TOML
Raw Normal View History

2023-12-01 16:15:48 +01:00
[app]
build_directory = "./"
sdk = "C"
2024-04-09 14:05:13 +02:00
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]
2023-12-01 16:15:48 +01:00
2024-01-24 17:26:07 +01:00
[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"
2024-01-24 17:26:07 +01:00
cal_bypass = "DEBUG=1 BYPASS_SIGNATURES=1"
2023-12-01 16:15:48 +01:00
[tests]
unit_directory = "./tests/unit"
pytest_directory = "./tests/ragger"