Luís Miguel
Luís Miguel
Update on this from our side, given the multi-chain nature of Sequence (i.e. passing a `chainId` to each transaction method as suggested 👌 ), it's relatively straightforward to overcome this...
> We've discussed this -- and it might be confusing to the user to have something like a wallet.signout() method which prompt them to sign out of their wallet. Hmm,...
Same way that if I login with google in a site, then log off, I don't really go to google.com and log out there as well (nevermind that I should...
Ditto from https://github.com/0xsequence/sequence.js/issues/324#issuecomment-1425907022, we've had to rewrite our code to not use blindly web3js events and be able to use from other sources, aka Sequence's methods. Could be a blocker...