Skip to content

Commit

Permalink
Merge pull request #107 from osiastedian/syscoin-app
Browse files Browse the repository at this point in the history
chore: correction on syscoin and syscoin_regtest information
  • Loading branch information
tdejoigny-ledger authored Oct 23, 2023
2 parents f111a43 + 65fe25d commit d2bb651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1571,14 +1571,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": {
"syscoin_test": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Syscoin Regtest",
"appName": "Syscoin Test",
"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 d2bb651

Please sign in to comment.