Skip to content

Commit

Permalink
Add groestlcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Nov 20, 2023
1 parent 6621adb commit 25f1d9e
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 25f1d9e

Please sign in to comment.