Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Jan 13, 2025
1 parent 4eae52d commit a12ab90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hooks/ethereum/useRevokeBatchEip5792.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export const useRevokeBatchEip5792 = (allowances: TokenAllowanceData[], onUpdate
const id = await batchPromise;
const { receipts } = await pollForCallsReceipts(id, extendedWalletClient);

console.log('receipts', receipts);

if (receipts?.length === 1) {
return mapWalletCallReceiptToTransactionSubmitted(allowance, receipts[0], onUpdate);
}
Expand Down

0 comments on commit a12ab90

Please sign in to comment.