Fix WalletConnect tron tx broadcast on ios

Joined
Oct 8, 2025
Messages
20
Reaction score
0
I have a problem with tx broadcast (receipt.error === "SIGERROR")
Reproducable example could be found here https://github.com/reown-com/appkit-web-examples/issues/222
Question - could someone fix this?
 
Hello,

Sent you a DM with the solution. No payment needed. :)

Basically the way you're handling tron_signTransaction is the cause of the SIGERROR

Please see the docs at https://docs.reown.com/advanced/multichain/rpc-reference/tron-rpc

You'll see that's already a ready to broadcast array. So no need to apply .slice(2) to it.

Hope it helps.
 
Back
Top