Hello Iâm trying to connect with Phantom Wallet using this piece of code iâve found there:https://docs.moralis.io/moralis-server/users/crypto-login
Moralis.authenticate({type:âsolâ}).then(function(user) {
console.log(user.get(âsolAddressâ))
})
but i got an error:
Type ââsolââ is not assignable to type âAuthenticationType | undefinedâ.
im using moralis version 0.0.134, angular 12.2 and node 14.10