Hi There,
Use case: We have a list of addresses over 200 to watch for transaction changes and get real time notification when there is a transaction on these addresses in our Moralis upgraded server.
We tried sync and watch but seems it only allows 100 addresses.
How can we programmically call sync and watch and pass in our 200 addresses to be watched and get realtime updates on all chains (ethereum, avax , bsc , fantom, polygon and others).
Is it possible to have all the addresses in a table and Moralis would automatically watch these addresses so that we can use the Moralis afterSave Trigger to perform some task.
Kindly assist in proffering a solution that works for this use case