Skip to content

Commit

Permalink
Merge pull request #63 from carlosala/lisk
Browse files Browse the repository at this point in the history
change lisk variant
  • Loading branch information
tdejoigny-ledger authored Aug 3, 2023
2 parents 0edf8cd + 3d4bb04 commit 3097c96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@
"curve": ["ed25519"],
"path": ["44'/434'", "44'/354'"]
},
"LSK": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "Lisk",
"curve": ["ed25519"],
"path": ["44'/134'", "44'/1'"]
},
"MAN": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "Matrix AI",
Expand Down Expand Up @@ -1046,12 +1052,6 @@
"curve": ["secp256k1"],
"path": ["44'/60'", "45'"]
},
"lisk": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200"},
"appName": "Lisk",
"curve": ["ed25519"],
"path": ["44'/134'"]
},
"litecoin": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Litecoin",
Expand Down

0 comments on commit 3097c96

Please sign in to comment.