Moralis ondisplay connector

Please is there an event to track when WalletConnect interface shows on moralis

Do u mean to track if the walletconnect modal is open or not?

Yes, That’s Exactly what I mean.

When you run moralis.authenticate with walletconnect it injects a modal element with id walletconnect-qrcode-modal. So you could check if any element with this id exists or not.

I am not sure why you need this, because the modal usually open successfully when you run walletconnect authentication.

Thanks so much for the info. I need to achieve something after this modal appears.
Since Await is used with the Authenticate. I can only achieve this with tracking when the modal appears