Files
app-ethereum/ledger_app.toml

15 lines
526 B
TOML
Raw Permalink 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
use_test_keys = "CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
dbg_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 = "BYPASS_SIGNATURES=1"
dbg_cal_bypass = "DEBUG=1 BYPASS_SIGNATURES=1"
2024-01-24 17:26:07 +01:00
2023-12-01 16:15:48 +01:00
[tests]
unit_directory = "./tests/unit"
pytest_directory = "./tests/ragger"