Skip to content

Commit

Permalink
Update src/swap/utils/processSwapTransaction.ts
Browse files Browse the repository at this point in the history
Co-authored-by: alec <[email protected]>
  • Loading branch information
Zizzamia and 0xAlec authored Aug 21, 2024
1 parent 5dd3e38 commit 6d8f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swap/utils/processSwapTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function processSwapTransaction({
value: 0n,
});
setLifecycleStatus({
statusName: 'transactionPermit',
statusName: 'erc20Approved',
statusData: {
transactionPermit: permitTxnHash, // Check with Alec what this should be
},
Expand Down

0 comments on commit 6d8f17a

Please sign in to comment.