Skip to content

Commit

Permalink
Merge pull request #312 from blooo-io/main
Browse files Browse the repository at this point in the history
Add Concordium app configuration to app-load-params-db.json
  • Loading branch information
tdejoigny-ledger authored Jan 13, 2025
2 parents 1cfcf74 + f7c77b0 commit 603154f
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 @@ -136,6 +136,12 @@
"curve": ["secp256k1"],
"path": ["44'/931'"]
},
"CCD": {
"appFlags": {"flex": "0x200", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "Concordium",
"curve": ["ed25519"],
"path": ["44'/919'", "1105'/0'"]
},
"CFG": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200"},
"appName": "Centrifuge",
Expand Down Expand Up @@ -866,12 +872,6 @@
"curve": ["secp256k1"],
"path": ["44'/60'"]
},
"concordium": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200"},
"appName": "Concordium",
"curve": ["ed25519"],
"path": ["1105'/0'"]
},
"conflux": {
"appFlags": {"flex": "0x200", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "Conflux",
Expand Down

0 comments on commit 603154f

Please sign in to comment.