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 Oct 4, 2023
1 parent 4547102 commit ae1a101
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 @@ -1359,8 +1359,22 @@
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Qtum",
"curve": ["secp256k1"],
"path": ["44'/88'", "45'/88'", "48'/88'", "49'/88'", "84'/88'", "86'/88'", "44'/2301'", "45'/2301'", "48'/2301'", "49'/2301'", "84'/2301'", "86'/2301'", "0'/45342'", "20698'/3053'/12648430'"],
"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": ["44'/1'", "45'/1'", "48'/1'", "49'/1'", "84'/1'", "86'/1'", "0'/45342'", "20698'/3053'/12648430'"],
"path_slip21": ["LEDGER-Wallet policy"]
},
"quickswap": {
"appFlags": {"nanos": "0x800", "nanos2": "0x800", "nanox": "0x800"},
"appName": "QuickSwap",
Expand Down

0 comments on commit ae1a101

Please sign in to comment.