2022-02-03 14:25:47 +01:00
|
|
|
# Lock the application on its standard path for 1.5. Please complain if non compliant
|
2024-04-08 18:14:33 +02:00
|
|
|
PATH_APP_LOAD_PARAMS += "44'/60'"
|
2023-09-12 15:07:07 +02:00
|
|
|
TICKER = "ETH"
|
|
|
|
|
CHAIN_ID = 1
|
2022-02-03 14:25:47 +01:00
|
|
|
# Allow to derive ETH 2 public keys
|
2024-04-08 18:14:33 +02:00
|
|
|
PATH_APP_LOAD_PARAMS += "12381/3600"
|
|
|
|
|
CURVE_APP_LOAD_PARAMS += bls12381g1
|
2022-02-03 14:25:47 +01:00
|
|
|
DEFINES += HAVE_ETH2
|
|
|
|
|
APPNAME = "Ethereum"
|
2023-12-01 12:35:17 +01:00
|
|
|
DEFINES += HAVE_BOLOS_APP_STACK_CANARY
|