Skip to content

Commit

Permalink
Add support for Flex.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jul 7, 2024
1 parent 7733858 commit 02fdda5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: cd tests_zemu && npm install

- name: Download app binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: compiled_app_binaries
path: build
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ICON_NANOS = icons/nanos_app_stellar.gif
ICON_NANOX = icons/nanox_app_stellar.gif
ICON_NANOSP = icons/nanox_app_stellar.gif
ICON_STAX = icons/stax_app_stellar.gif
# ICON_FLEX = icons/app_boilerplate_40px.gif
ICON_FLEX = icons/flex_app_stellar.gif

# Application allowed derivation curves.
# Possibles curves are: secp256k1, secp256r1, ed25519 and bls12381g1
Expand Down
Binary file added icons/flex_app_stellar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]

[tests]
unit_directory = "./test_unit/"

0 comments on commit 02fdda5

Please sign in to comment.