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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

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