Skip to content

Commit

Permalink
fix: don't require approval for usdt reset
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Sep 27, 2024
1 parent 8438049 commit 1ff1ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ducks/bridge/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const signBridgeTransaction = (
});

await addTransactionAndWaitForPublish(txParams, {
// requireApproval: false,
requireApproval: false,
// @ts-expect-error Need TransactionController v37+, TODO add this type
type: 'bridgeApproval', // TransactionType.bridgeApproval,

Expand Down

0 comments on commit 1ff1ac2

Please sign in to comment.