Skip to content

Commit

Permalink
Merge pull request #9157 from LedgerHQ/bugfix/LIVE-16936
Browse files Browse the repository at this point in the history
feat: bump minimum version check to 1.7.1 for sol app [LIVE-16936]
  • Loading branch information
Justkant authored Feb 10, 2025
2 parents 9f05138 + 29909e6 commit 87279d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cool-falcons-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": minor
---

feat: bump minimum version check to 1.7.1 for sol app
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/families/solana/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { CreateSigner, createResolver, executeWithSigner } from "../../bridge/se
import { LatestFirmwareVersionRequired } from "../../errors";
import type { Resolver } from "../../hw/getAddress/types";

const TRUSTED_NAME_MIN_VERSION = "1.6.1";
const TRUSTED_NAME_MIN_VERSION = "1.7.1";
const MANAGER_APP_NAME = "Solana";

async function checkVersion(app: Solana) {
Expand Down

0 comments on commit 87279d6

Please sign in to comment.