We are trying to watch addresses on Polygon from code.
The call doesnât throw any error, but I canât seem to see the address been added to any table in our server.
The only tables we can see on the server are Eth ones.
Moralis.Cloud.run(`watchPolygonAddress`, {
address: walletAddress,
sync_historical: true,
});