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

Commit

Permalink
Update Cosmos minimum Nano app version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakim-adamik committed May 17, 2022
1 parent 2298702 commit 5cf8ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function shouldUpgrade(
return false;
}
const appVersionsRequired = {
Cosmos: ">= 2.14",
Cosmos: ">= 2.34.4",
Algorand: ">= 1.2.9",
Polkadot: ">= 12.9180.0",
Elrond: ">= 1.0.11",
Expand Down

1 comment on commit 5cf8ccc

@github-actions
Copy link

@github-actions github-actions bot commented on 5cf8ccc May 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.
To be able to merge in develop branch, you need to:

  • pass the CI
  • have a dev review
  • have a QA review

Please sign in to comment.