Polkadot, Tron message signing #4057
Replies: 5 comments 9 replies
-
Thanks for reporting, we'll try to communicate this to Trust |
Beta Was this translation helpful? Give feedback.
-
[Emergency] @glitch-txs I have also encountered the same problem, and I am using const result = await this.provider.client!.request<{
signature: string
}>({
topic: this.session?.topic,
chainId: this.chains[0],
request: {
method: 'tron_signMessage',
params: { message, address },
},
})
I can obtain the signature result normally, but |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@glitch-txs @Sadeghi1017 Is there any progress? |
Beta Was this translation helpful? Give feedback.
-
I also encountered a similar problem with signature verification. Is there a solution? |
Beta Was this translation helpful? Give feedback.
-
Hey. I am trying to implement a flow (that works with web3modal for EVM chains) with Wallet Connect for Polkadot and Tron :
For Polkadot it works with Nova wallet, but with Trust Wallet I have the following error when the user signs the message:
{"code":5201,"message":"Unknown method(s) requested"}
Code is similar with:
For Tron, I am able to sign the message with Trust Wallet, but the address returned by
tronWeb.trx.verifyMessageV2
at the verification step is different to the one used:Please let me know if you have any advice. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions