Skip to content

Commit

Permalink
chore(connect): update fw version number for cardano
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmisiak committed May 24, 2024
1 parent 0f652a5 commit 0d89e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ const legacyResults = {
// FW <2.6.0 is not supported by Connect at all
beforeConway: {
// older FW doesn't support Conway certificates
rules: ['<2.6.5', '1'],
rules: ['<2.7.1', '1'],
payload: false,
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { AssertWeak, Type } from '@trezor/schema-utils';

const CardanoSignTransactionFeatures = Object.freeze({
// FW <2.6.0 is not supported by Connect at all
Conway: ['0', '2.6.5'],
Conway: ['0', '2.7.1'],
});

export type CardanoSignTransactionParams = {
Expand Down

0 comments on commit 0d89e41

Please sign in to comment.