Closed jonathandiep closed 2 weeks ago
Latest commit: ef2ce797538c3009ba05b904764944db738c0400
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Description
We try to decode the logs in a tx, but only pass in a specific set of abi. Since most txs have a ton of other events, viem throws a
DecodeLogTopicsMismatch
errorThis PR adds a filter to those logs so that we only decode logs that we care about in the action step validation and action claimant