Eth address not verified with loopring wallet

plz check here https://velzon.siplocalct.com/test

I get an error of “Please activate your Ethereum account” in the Loopring wallet. No errors in the frontend/app.

yeah loopring needs some fee to activate account but i have already activated it

I see, so you have activated multiple addresses on Layer 1 in the Loopring app and each results in “Eth address not verified”? What is an Ethereum address you are using?

Not multiple addresses only one " 0x871e6dA1Cb69a0d4CB9521ce5f9724d20666138C"

And by the way its working with walletconnect official code, but i want to use moralis bcz it has alot of other features as well

Can you post a screenshot of the error or a video showing the process of authenticating via Loopring?

By the way its working with walletconnect official code but not with moralis & moreover loopring wallet shows account connected but on website it doesnot give any response instead shows msg “Eth address not verified”

it looks like it is not able to create the user from that error, maybe the way it generates the signature is different?

But its working with other wallets like trust wallet the problem is only with loopring

Can you send me yours code if possible

you can look in network tab to see what data is sent to server on authentication, you can compare it with what is sent when you authenticate with metamask, to see if it is similar

what was the payload that was sent?


Metamask payload

the data format seems ok, can you paste that info, now it looks like somehow that signature doesn’t validate the eth address

where should i paste?

I mean to paste it here, that payload, as code