Remove useless clones and their icons

- flare
- flare_coston
- goerli
- ropsten
This commit is contained in:
Charles-Edouard de la Vergne
2024-04-12 17:15:18 +02:00
parent 85a0ebb088
commit 60a0fa271e
16 changed files with 0 additions and 30 deletions

View File

@@ -1,8 +0,0 @@
PATH_APP_LOAD_PARAMS += "44'/554'" "44'/60'"
TICKER = "FLR"
CHAIN_ID = 14
APPNAME = "Flare"
# Pending review parameters
ENABLE_PENDING_REVIEW_SCREEN = 1

View File

@@ -1,4 +0,0 @@
PATH_APP_LOAD_PARAMS += "44'/554'" "44'/60'"
TICKER = "FLR"
CHAIN_ID = 16
APPNAME = "Flare Coston"

View File

@@ -1,9 +0,0 @@
PATH_APP_LOAD_PARAMS += "44'/60'"
TICKER = "ETH"
CHAIN_ID = 5
# Allow to derive ETH 2 public keys
PATH_APP_LOAD_PARAMS += "12381/3600"
CURVE_APP_LOAD_PARAMS += bls12381g1
DEFINES += HAVE_ETH2
APPNAME = "Eth Goerli"
DEFINES += HAVE_BOLOS_APP_STACK_CANARY

View File

@@ -1,9 +0,0 @@
PATH_APP_LOAD_PARAMS += "44'/60'"
TICKER = "ETH"
CHAIN_ID = 3
# Allow to derive ETH 2 public keys
PATH_APP_LOAD_PARAMS += "12381/3600"
CURVE_APP_LOAD_PARAMS += bls12381g1
DEFINES += HAVE_ETH2
APPNAME = "Eth Ropsten"
DEFINES += HAVE_BOLOS_APP_STACK_CANARY