diff --git a/lib/hooks/ethereum/useRevokeBatchEip5792.tsx b/lib/hooks/ethereum/useRevokeBatchEip5792.tsx index 63d0064f..236eed2e 100644 --- a/lib/hooks/ethereum/useRevokeBatchEip5792.tsx +++ b/lib/hooks/ethereum/useRevokeBatchEip5792.tsx @@ -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); }