Skip to content

Commit

Permalink
LIVE-3724 Set Ethereum minimum app version to v1.9.20 (#1302)
Browse files Browse the repository at this point in the history
* Force Ethereum minimum app version to v1.9.20

* Add changeset
  • Loading branch information
Hakim committed Sep 20, 2022
1 parent 2490fa8 commit 5f00328
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-walls-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Force Ethereum nano app minimum version to 1.9.20
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/apps/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const appVersionsRequired = {
Algorand: ">= 1.2.9",
Polkadot: ">= 13.9250.0",
Elrond: ">= 1.0.11",
Ethereum: ">= 1.9.17",
Ethereum: ">= 1.9.20",
Solana: ">= 1.2.0",
Celo: ">= 1.1.8",
"Cardano ADA": ">= 4.1.0",
Expand Down

0 comments on commit 5f00328

Please sign in to comment.