This will be a required change for https://github.com/elliotBraem/better-near-auth
I think it’s because HOT wallet doesn’t have “signInAndSignMessage”
azbang/near-connect#83
"The issue was, there is an automatic function on the connector that shows wallet lists and that filters some based on their manifests.
I showed the list manually without any kind of filter and it shows hot now and it works just fine.
Hot wallet manifests is just missing the feature from it"
Previously we used:
connector.connect({ signMessageParams })
And now:
connector.selectWallet()
This will be a required change for https://github.com/elliotBraem/better-near-auth
I think it’s because HOT wallet doesn’t have “signInAndSignMessage”
azbang/near-connect#83
"The issue was, there is an automatic function on the connector that shows wallet lists and that filters some based on their manifests.
I showed the list manually without any kind of filter and it shows hot now and it works just fine.
Hot wallet manifests is just missing the feature from it"
Previously we used:
connector.connect({ signMessageParams })
And now:
connector.selectWallet()