Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Commit 5cf8ccc

Browse files
committed
Update Cosmos minimum Nano app version
1 parent 2298702 commit 5cf8ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/support.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function shouldUpgrade(
2727
return false;
2828
}
2929
const appVersionsRequired = {
30-
Cosmos: ">= 2.14",
30+
Cosmos: ">= 2.34.4",
3131
Algorand: ">= 1.2.9",
3232
Polkadot: ">= 12.9180.0",
3333
Elrond: ">= 1.0.11",

0 commit comments

Comments
 (0)