diff --git a/packages/connect/src/data/deviceAuthenticityConfig.ts b/packages/connect/src/data/deviceAuthenticityConfig.ts index 606a0c13d91..cf9e5654b7b 100644 --- a/packages/connect/src/data/deviceAuthenticityConfig.ts +++ b/packages/connect/src/data/deviceAuthenticityConfig.ts @@ -119,11 +119,11 @@ export const deviceAuthenticityConfig: DeviceAuthenticityConfig = { }, }, T3W1: { - rootPubKeys: ['you shall not pass'], // TODO T3W1 - caPubKeys: ['you shall not pass'], // TODO T3W1 + rootPubKeys: ['you shall not pass'], + caPubKeys: ['you shall not pass'], debug: { - rootPubKeys: ['you shall not pass'], // TODO T3W1 - caPubKeys: ['you shall not pass'], // TODO T3W1 + rootPubKeys: ['you shall not pass'], + caPubKeys: ['you shall not pass'], }, }, };