Skip to content

Commit

Permalink
Merge pull request #110 from LedgerHQ/lp/new-lisk
Browse files Browse the repository at this point in the history
New Lisk app, for now only lives on its own testnet
  • Loading branch information
lpascal-ledger authored Oct 25, 2023
2 parents 78313fc + 3721b07 commit 303be2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,12 @@
"curve": ["secp256k1"],
"path": ["44'/60'", "45'"]
},
"lisk_testnet": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "Lisk Testnet",
"curve": ["ed25519"],
"path": ["44'/1'"]
},
"litecoin": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Litecoin",
Expand Down

0 comments on commit 303be2f

Please sign in to comment.