Francesco Ceccon

Results 143 comments of Francesco Ceccon

Yes, it should be `useEvents / useContractEvents`. I will provide a short guide on what changes are required tomorrow morning.

To implement this hook you'll need to add some extra work since it's the first hook that uses infinite queries. * First you need to wrap [`useInfiniteQuery`](https://tanstack.com/query/v4/docs/framework/react/guides/infinite-queries) like we did...

Hey @0xmihirsahu have a go at implementing this. Notice that like I mentioned starknet events rpc call has the possibility of paginating responses so we can use the useInfiniteQuery hook...