Skip to content

Commit

Permalink
feat: Temporarily hide Approve redesigned pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Aug 28, 2024
1 parent 8018c72 commit 7eb0078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/pages/confirmations/utils/confirm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

Expand Down

0 comments on commit 7eb0078

Please sign in to comment.