Skip to content

Commit

Permalink
Merge pull request #113 from LedgerHQ/feat/apa/add_new_plugins
Browse files Browse the repository at this point in the history
Add new plugins
  • Loading branch information
tdejoigny-ledger authored Oct 26, 2023
2 parents 348aac1 + a4e6534 commit ed4db1e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,12 @@
"curve": ["secp256r1"],
"path": ["5583430'"]
},
"figment": {
"appFlags": {"nanos": "0x800", "nanos2": "0x800", "nanox": "0x800", "stax": "0x800"},
"appName": "Figment",
"curve": ["secp256k1"],
"path": ["44'/60'"]
},
"firo": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Firo",
Expand Down Expand Up @@ -1310,6 +1316,12 @@
"curve": ["secp256k1"],
"path": ["44'/240'"]
},
"p2p": {
"appFlags": {"nanos": "0x800", "nanos2": "0x800", "nanox": "0x800", "stax": "0x800"},
"appName": "p2p-staking",
"curve": ["secp256k1"],
"path": ["44'/60'"]
},
"panacea": {
"appFlags": {"nanos": "0x200", "nanox": "0x200"},
"appName": "Panacea",
Expand Down Expand Up @@ -1556,6 +1568,12 @@
"curve": ["secp256k1"],
"path": ["44'/60'", "45'"]
},
"stakekit": {
"appFlags": {"nanos": "0x800", "nanos2": "0x800", "nanox": "0x800", "stax": "0x800"},
"appName": "StakeKit",
"curve": ["secp256k1"],
"path": ["44'/60'"]
},
"starknet": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200"},
"appName": "Starknet",
Expand Down

0 comments on commit ed4db1e

Please sign in to comment.