diff --git a/src/libs/account/account.ts b/src/libs/account/account.ts index 27c713ca41..a21105877d 100644 --- a/src/libs/account/account.ts +++ b/src/libs/account/account.ts @@ -313,7 +313,7 @@ export function isBasicAccount(account: Account, state: AccountOnchainState): bo return !account.creation && !state.isSmarterEoa } -const KEY_TYPES_ABLE_TO_BECOME_SMARTER: Key['type'][] = ['internal', 'lattice'] +const KEY_TYPES_ABLE_TO_BECOME_SMARTER: Key['type'][] = ['internal', 'lattice', 'trezor'] // can the account as a whole become smarter (disregarding chain and state) export function canBecomeSmarter(acc: Account, accKeys: Key[]): boolean {