Skip to content

Commit

Permalink
Merge pull request #67 from carlosala/polkadot-swap
Browse files Browse the repository at this point in the history
add 0x800 to polkadot app flags
  • Loading branch information
fbeutin-ledger authored Aug 16, 2023
2 parents 23b05cc + ac9c7c3 commit 191dbbb
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 @@ -142,13 +142,13 @@
"path": ["44'/594'"]
},
"DOT": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appFlags": {"nanos": "0x800", "nanos2": "0x800", "nanox": "0xA00", "stax": "0xA00"},
"appName": "Polkadot",
"curve": ["ed25519"],
"path": ["44'/354'", "44'/434'"]
},
"DOT_XL": {
"appFlags": {"nanos": "0x000"},
"appFlags": {"nanos": "0x800"},
"appName": "Polkadot XL",
"curve": ["ed25519"],
"path": ["44'/354'", "44'/434'"]
Expand Down

0 comments on commit 191dbbb

Please sign in to comment.