Skip to content

Commit

Permalink
Update linting on syscoin derivation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
osiastedian committed Oct 19, 2023
1 parent 51a2165 commit 66c1e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1559,14 +1559,14 @@
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Syscoin",
"curve": ["secp256k1"],
"path": ["44'/57'","45'/57'", "/84'/57'", "/86'/57'"],
"path": ["44'/57'", "45'/57'", "/84'/57'", "/86'/57'"],
"path_slip21": ["LEDGER-Wallet policy"]
},
"syscoin_regtest": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Syscoin Regtest",
"curve": ["secp256k1"],
"path": ["44'/1'","45'/1'", "/84'/1'", "/86'/1'"],
"path": ["44'/1'", "45'/1'", "/84'/1'", "/86'/1'"],
"path_slip21": ["LEDGER-Wallet policy"]
},
"tecracoin": {
Expand Down

0 comments on commit 66c1e6a

Please sign in to comment.