diff --git a/ui/pages/confirmations/utils/confirm.ts b/ui/pages/confirmations/utils/confirm.ts index 8a90d2149bae..f5dadbdfe9c0 100644 --- a/ui/pages/confirmations/utils/confirm.ts +++ b/ui/pages/confirmations/utils/confirm.ts @@ -22,8 +22,7 @@ export const REDESIGN_USER_TRANSACTION_TYPES = [ ]; export const REDESIGN_DEV_TRANSACTION_TYPES = [ - TransactionType.contractInteraction, - TransactionType.deployContract, + ...REDESIGN_USER_TRANSACTION_TYPES, TransactionType.tokenMethodApprove, ];