From b906eea43dccb115f3ff32487c19b9a2ea715120 Mon Sep 17 00:00:00 2001 From: Pedro Figueiredo Date: Mon, 23 Sep 2024 16:36:07 +0100 Subject: [PATCH] fix: Hide contract interaction redesign --- ui/pages/confirmations/utils/confirm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pages/confirmations/utils/confirm.ts b/ui/pages/confirmations/utils/confirm.ts index 472245100371..be0907481631 100644 --- a/ui/pages/confirmations/utils/confirm.ts +++ b/ui/pages/confirmations/utils/confirm.ts @@ -16,7 +16,7 @@ export const REDESIGN_APPROVAL_TYPES = [ ApprovalType.PersonalSign, ]; -export const REDESIGN_TRANSACTION_TYPES = [TransactionType.contractInteraction]; +export const REDESIGN_TRANSACTION_TYPES = []; const SIGNATURE_APPROVAL_TYPES = [ ApprovalType.PersonalSign,