Skip to content

Commit

Permalink
Merge pull request #1 from LedgerHQ/fix/deployment_rework
Browse files Browse the repository at this point in the history
Fix/deployment rework
  • Loading branch information
xchapron-ledger authored Sep 19, 2023
2 parents 0320b10 + 7b794e4 commit 03178e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mem"]

# Usefult for debugging image size issues. Uncomment line below when necessary.
[build]
# rustflags = ["-Clink-args=-Map=./target/nanos/debug/babylon-ledger-app.map"]
26 changes: 4 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,11 @@ lto = false
opt-level = "z"
lto = false

[package.metadata.nanos]
[package.metadata.ledger]
curve = ["secp256k1", "ed25519"]
flags = "0x240"
icon = "icons/nanos_app_radix.gif"
icon_small = "icons/nanos_app_radix.gif"
path = ["44'/1022'"]
name = "Radix Babylon"
api_level = "1"

[package.metadata.nanox]
curve = ["secp256k1", "ed25519"]
flags = "0x240"
icon = "icons/nanox_app_radix.gif"
icon_small = "icons/nanox_app_radix.gif"
path = ["44'/1022'"]
name = "Radix Babylon"
api_level = "1"

[package.metadata.nanosplus]
curve = ["secp256k1", "ed25519"]
flags = "0x240"
icon = "icons/nanox_app_radix.gif"
icon_small = "icons/nanox_app_radix.gif"
path = ["44'/1022'"]
name = "Radix Babylon"
api_level = "1"
nanos.icon = "icons/nanos_app_radix.gif"
nanox.icon = "icons/nanox_app_radix.gif"
nanosplus.icon = "icons/nanox_app_radix.gif"

0 comments on commit 03178e2

Please sign in to comment.