amirsaran3
amirsaran3
@tituszban The current implementation of `verifyOwner` in wallet-selector is not right. `verifyOwner` should be used before signing in without a wallet. We are working on a standard and implementation for...
Hey @prih. I cloned your repo and checked out the `fintoda:dev` branch. I wanted to test Finer wallet before I can approve this PR. When I tried to connect with...
> > > > @amirsaran3 hi, > > finer:// scheme is available on the mobile platform, Finer is a mobile application. On a mobile operating system, an application can assign...
Hey @prih. I checked out your latest changes and it is not quite the intended behavior. There is no "Not Installed" flow, it immediately redirects to your website. Have you...
@prih There are conflicts right now. Can you resolve them when you have time and we can merge this PR.
@HarisSQA I checked the code and there are still no changes to the `modal-ui-js` package. Also there are conflicts.
@austinabell This currently is not possible to add because wallets like MyNearWallet only allow you to one add access key to one contract when signing in. This will need to...
@karpovdmitryod Not all wallets use the `ConnectedWalletAccount` interface. We only expose the `accountId` since all wallets expose at least that. If you have any other questions feel free to reopen...
> If I'm reading this correctly, this change will only reset the cache if it hasn't been updated for a week -- in the case of a poisoned cache, it...
Currently with MyNearWallet there is no way to generate multiple function call access keys for different contracts with one sign in. This is the limitation of some wallets that is...