Skip to content

Commit

Permalink
Update bot spec: device type and app name
Browse files Browse the repository at this point in the history
  • Loading branch information
hakim-adamik committed Oct 12, 2023
1 parent 643b73a commit 1886788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ledger-live-common/src/families/vechain/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const vechainTest = {
name: "Vechain",
currency: getCryptoCurrencyById("vechain"),
appQuery: {
model: DeviceModelId.nanoS,
appName: "Vechain",
model: DeviceModelId.nanoSP,
appName: "VeChain",
},
allowEmptyAccounts: true,
testTimeout: 60 * 1000, // 1 minute
Expand Down

0 comments on commit 1886788

Please sign in to comment.