Closed kwunyeung closed 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.
Closing this as per @dadamu said it should be already supported by HexAddress
The Evmos accounts are in
ethsecp256k1
type but not the standardsecp256k1
being used inCosmos
. To makeDesmos Profile
be able to link with Evmos accounts, chain link proof withethsecp256k1
is required.