Skip to content

Commit

Permalink
Update Qtum app in database
Browse files Browse the repository at this point in the history
  • Loading branch information
timemarkovqtum committed Sep 27, 2023
1 parent b1641b8 commit 976654a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1353,8 +1353,22 @@
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Qtum",
"curve": ["secp256k1"],
"path": [null],
"path_slip21": ["LEDGER-Wallet policy"]
},
"qtum_legacy": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Qtum Legacy",
"curve": ["secp256k1"],
"path": ["44'/88'", "49'/88'", "84'/88'", "0'/45342'", "20698'/3053'/12648430'"]
},
"qtum_testnet": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Qtum Test",
"curve": ["secp256k1"],
"path": [null],
"path_slip21": ["LEDGER-Wallet policy"]
},
"quickswap": {
"appFlags": {"nanos": "0x800", "nanos2": "0x800", "nanox": "0x800"},
"appName": "QuickSwap",
Expand Down

0 comments on commit 976654a

Please sign in to comment.