desmos-labs / desmos

Improving the well-being of users on social networks through the blockchain technology.
https://desmos.network
Apache License 2.0
105 stars 48 forks source link

Add support of chain link to Evmos #767

Closed kwunyeung closed 2 years ago

kwunyeung commented 2 years ago

The Evmos accounts are in ethsecp256k1 type but not the standard secp256k1 being used in Cosmos. To make Desmos Profile be able to link with Evmos accounts, chain link proof with ethsecp256k1 is required.

dadamu commented 2 years ago

I think it is already covered by HexAddress of chain link implementation. It creates the chain link with the same way to generate eth address, It should be the same as Evmos as well.

RiccardoM commented 2 years ago

Closing this as per @dadamu said it should be already supported by HexAddress