Skip to content

Commit

Permalink
fix: Hide contract interaction redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Sep 23, 2024
1 parent e5a2159 commit b906eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/confirmations/utils/confirm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b906eea

Please sign in to comment.