Skip to content

Commit

Permalink
Merge pull request #121 from LedgerHQ/cev/add-groestlcoin
Browse files Browse the repository at this point in the history
Add groestlcoin
  • Loading branch information
cedelavergne-ledger authored Nov 20, 2023
2 parents 6621adb + 25f1d9e commit 5c5222c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,18 @@
"curve": ["secp256k1"],
"path": ["44'/1'"]
},
"groestlcoin": {
"appFlags": {"nanos": "0x250", "nanos2": "0x250", "nanox": "0x250", "stax": "0xa50"},
"appName": "Groestlcoin",
"curve": ["secp256k1"],
"path": [null]
},
"groestlcoin_testnet": {
"appFlags": {"nanos": "0x250", "nanos2": "0x250", "nanox": "0x250", "stax": "0xa50"},
"appName": "Groestlcoin Test",
"curve": ["secp256k1"],
"path": [null]
},
"harmony_one": {
"appFlags": {"nanos": "0x40", "nanos2": "0x40", "nanox": "0x40"},
"appName": "Harmony One",
Expand Down

0 comments on commit 5c5222c

Please sign in to comment.