migrating to a new server, I’m trying to get historical tx and EthNFTOwners for user wallets, but it’s not working at the moment. Latest server version on 6p7dlp8zsleo.moralishost.com
Tried through a plugin, cloud function and the JS Console like this:
const userAddress = '0xFAC18D92fA347B6d733300df893ab3db6D09301d'.toLowerCase()
await Parse.Cloud.run('watchEthAddress', {address: userAddress, 'sync_historical': true})
No tables are being created, no log errors.