From 7eb0078577e7db35dbe3038dfd47727cc1ac5f24 Mon Sep 17 00:00:00 2001 From: Pedro Figueiredo Date: Tue, 27 Aug 2024 10:11:41 +0100 Subject: [PATCH] feat: Temporarily hide Approve redesigned pages --- ui/pages/confirmations/utils/confirm.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, ];