Skip to content

Commit

Permalink
feat: Display approve, increaseAllowance and revoke approval to users…
Browse files Browse the repository at this point in the history
… that opt in
  • Loading branch information
pedronfigueiredo committed Sep 25, 2024
1 parent 181af3d commit fab8575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pages/confirmations/utils/confirm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export const REDESIGN_APPROVAL_TYPES = [
export const REDESIGN_USER_TRANSACTION_TYPES = [
TransactionType.contractInteraction,
TransactionType.deployContract,
TransactionType.tokenMethodApprove,
TransactionType.tokenMethodIncreaseAllowance,
];

export const REDESIGN_DEV_TRANSACTION_TYPES = [
...REDESIGN_USER_TRANSACTION_TYPES,
TransactionType.tokenMethodApprove,
TransactionType.tokenMethodIncreaseAllowance,
TransactionType.tokenMethodSetApprovalForAll,
];

Expand Down

0 comments on commit fab8575

Please sign in to comment.