Skip to content

Commit

Permalink
[REVERT] Bugfix: Revert force 1.9.20 ethereum app (#1330)
Browse files Browse the repository at this point in the history
* Revert nano app minimal version for eth

* changeset
  • Loading branch information
lambertkevin committed Sep 21, 2022
1 parent 35a18e6 commit 692feed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-months-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Revert minimum version for Ethereum nano app from 1.9.20 to 1.9.17
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.20 || 1.9.20-dev",
Ethereum: ">= 1.9.17",
Solana: ">= 1.2.0",
Celo: ">= 1.1.8",
"Cardano ADA": ">= 4.1.0",
Expand Down

0 comments on commit 692feed

Please sign in to comment.