Skip to content

Commit d737d3c

Browse files
davidmisiakmroz22
authored andcommitted
chore(connect): update fw version number for cardano
1 parent 90bf3a7 commit d737d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/connect/e2e/__fixtures__/cardanoSignTransaction.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ const legacyResults = {
441441
// FW <2.6.0 is not supported by Connect at all
442442
beforeConway: {
443443
// older FW doesn't support Conway certificates
444-
rules: ['<2.6.5', '1'],
444+
rules: ['<2.7.1', '1'],
445445
payload: false,
446446
},
447447
};

packages/connect/src/api/cardano/api/cardanoSignTransaction.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { AssertWeak, Type } from '@trezor/schema-utils';
3939

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

4545
export type CardanoSignTransactionParams = {

0 commit comments

Comments
 (0)