Skip to content

Commit 9738c79

Browse files
chore(connect): add t3w1 to abstractmethod and eth definitions
1 parent fc7a0cf commit 9738c79

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: packages/connect/src/api/ethereum/ethereumDefinitions.ts

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export const ethereumNetworkInfoFromDefinition = (
155155
T2B1: '2.6.1',
156156
T3B1: '2.8.1',
157157
T3T1: '2.7.1',
158+
T3W1: '2.7.1',
158159
},
159160
blockchainLink: undefined,
160161
});

Diff for: packages/connect/src/core/AbstractMethod.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const DEFAULT_FIRMWARE_RANGE: FirmwareRange = {
3030
T2B1: { min: '2.6.1', max: '0' },
3131
T3B1: { min: '2.8.1', max: '0' },
3232
T3T1: { min: '2.7.1', max: '0' },
33+
T3W1: { min: '2.7.1', max: '0' },
3334
};
3435

3536
function validateStaticSessionId(input: unknown): StaticSessionId {

0 commit comments

Comments
 (0)