Hey,
I noticed in Moralis SDK V1 the Moralis Authenticate() feature doesn’t have a replacement yet in V2. Am I correct?
MoralisWeb3 authenticate()
- the docs say “All Assets, Tokens, and NFTs of your users are automatically synced into your Moralis database.”
I noticed a server I use with moralis-v1
has the following database classes created once a user uses authenticate():
_AddressSyncStatus
_EthAddress
PolygonNFTTransfers or EthNFTTransfers
PolygonTokenTransfers or EthTokenTransfers
PolygonTransactions or EthTransactions
I just demo’ed V2 using ethereum-bolierplate
and it doesn’t look like this sync happens anymore with the new Auth API.