Skip to content

Commit

Permalink
Add syscoin and syscoin_regtest app
Browse files Browse the repository at this point in the history
  • Loading branch information
osiastedian committed Oct 17, 2023
1 parent ac20f8b commit 6bfe5ec
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 @@ -1555,6 +1555,20 @@
"curve": ["secp256k1"],
"path": [null]
},
"syscoin": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Syscoin",
"curve": ["secp256k1"],
"path": [null],
"path_slip21": ["LEDGER-Wallet policy"]
},
"syscoin_regtest": {
"appFlags": {"nanos": "0xa50", "nanos2": "0xa50", "nanox": "0xa50", "stax": "0xa50"},
"appName": "Syscoin Regtest",
"curve": ["secp256k1"],
"path": [null],
"path_slip21": ["LEDGER-Wallet policy"]
},
"tecracoin": {
"appFlags": {"nanos": "0xa40", "nanos2": "0xa40", "nanox": "0xa40"},
"appName": "TecraCoin",
Expand Down

0 comments on commit 6bfe5ec

Please sign in to comment.