You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the type casting for logs in the findEvent method. Currently uses: receipt.logs as (Log & { topics: [Hex, ...Hex[]] })[] which may not be type-safe.