Skip to content

Commit

Permalink
Merge pull request #295 from LedgerHQ/fix_iotex
Browse files Browse the repository at this point in the history
Add missing curve to iotex
  • Loading branch information
apaillier-ledger authored Nov 22, 2024
2 parents 1e20afa + f96504a commit 4f56634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,8 @@
"iotex": {
"appFlags": {"flex": "0xa40", "nanos": "0xa40", "nanos2": "0xa40", "nanox": "0xa40", "stax": "0xa40"},
"appName": "IoTeX",
"path": ["45'", "44'/304'", "44'/1'"]
"curve": ["secp256k1"],
"path": ["44'/304'", "45'", "44'/1'"]
},
"ironfish-dkg": {
"appFlags": {"flex": "0x200", "nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
Expand Down

0 comments on commit 4f56634

Please sign in to comment.