Skip to content

Commit

Permalink
Merge pull request #266 from blooo-io/feat/adding-acre-support
Browse files Browse the repository at this point in the history
Update app-load-params-db.json to add support for Acre
  • Loading branch information
tdejoigny-ledger authored Oct 9, 2024
2 parents 67f95a7 + b742642 commit c2538c4
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 @@ -617,6 +617,18 @@
"curve": ["ed25519"],
"path": ["44'/354'"]
},
"acre": {
"appFlags": {"flex": "0xa10", "nanos2": "0xa10", "nanox": "0xa10", "stax": "0xa10"},
"appName": "Acre",
"curve": ["secp256k1"],
"path": ["44'/0'", "44'/1'", "48'/0'", "48'/1'", "49'/0'", "49'/1'", "84'/0'", "84'/1'", "86'/0'", "86'/1'"]
},
"acre_testnet": {
"appFlags": {"flex": "0xa10", "nanos2": "0xa10", "nanox": "0xa10", "stax": "0xa10"},
"appName": "Acre Test",
"curve": ["secp256k1"],
"path": ["44'/0'", "44'/1'", "48'/0'", "48'/1'", "49'/0'", "49'/1'", "84'/0'", "84'/1'", "86'/0'", "86'/1'"]
},
"aeternity": {
"appFlags": {"nanos": "0x240", "nanos2": "0x240", "nanox": "0x240"},
"appName": "Aeternity",
Expand Down

0 comments on commit c2538c4

Please sign in to comment.