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
Check validity of merkle root when creating event. (Construct the tree using other input variables)
Update API calls to use Viem instead when sensible (leaves, proof, tree)
Create helper file containing list of deployed Claim contracts
Revise logic pertraining to nfts/totalSupply variables, maybe allow this to be an optional variable that uses totalSupply() with ERC721Enumerable contracts
Update createEvent to have approve logic for the reward token if not using native ETH.
Update createClaim to calculate heldUntil on the backend so the user doesn't have to
Allow to to be empty on createClaim if user wants to send funds to the same address they held with
Handle client side error from invalid .call params in useAccountBalance hook
The text was updated successfully, but these errors were encountered:
To Do:
nfts
/totalSupply
variables, maybe allow this to be an optional variable that usestotalSupply()
with ERC721Enumerable contractscreateEvent
to have approve logic for the reward token if not using native ETH.createClaim
to calculateheldUntil
on the backend so the user doesn't have toto
to be empty oncreateClaim
if user wants to send funds to the same address they held withThe text was updated successfully, but these errors were encountered: