Some questions came up while working on this:
- There are multiple methods for doing a claim,
claimAndDelegate and claimAndDelegateWithSig. I would expect we are using claimAndDelegate but would like to confirm.
- As mentioned here on discord you should do all claims in a single batch call. I'm wondering about two things:
- Does the UI make sense in that case, because with the current setup, I have to select a campaign to claim (screenshot attached for clarity). If that's not in line with the requirements, we should probably update the designs & implementation.
- In case we need to do a multicall, I see
claimMultipleWithSig and claimMultiple but no variation of claimAndDelegateMultiple unfortunately. As viem multicall still only supports read operations out of the box, we'd have to use the multicall contract directly for batched write calls (which still seems to be experimental).
@bitbeckers @ChialiT @vidvidvid pinging everybody involved here.

Some questions came up while working on this:
claimAndDelegateandclaimAndDelegateWithSig. I would expect we are usingclaimAndDelegatebut would like to confirm.claimMultipleWithSigandclaimMultiplebut no variation ofclaimAndDelegateMultipleunfortunately. As viem multicall still only supports read operations out of the box, we'd have to use the multicall contract directly for batched write calls (which still seems to be experimental).@bitbeckers @ChialiT @vidvidvid pinging everybody involved here.