Transactions silently fail without { data } property #3333
Unanswered
actuallymentor
asked this question in
Q&A
Replies: 1 comment
-
Hello @Milerius! Why was this converted to a discussion rather than an issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When using
wagmi
as a dApp frontend package, Trust wallet fails to respond to transaction requests unless the request includes the{ data: '' }
field.This is unstable behaviour and causes it to silently fail to react to transactions. Other wallets using wallet connect do not have this issue.
See this issue with the "solution" to the problem.
There are other issues scattered across frontend repositories due to this issue.
To Reproduce
Steps to reproduce the behavior:
wagmi
data
field, e.g.
{ to: '0x00000..' value: 1 }`Expected behavior
To respond to transactions.
Beta Was this translation helpful? Give feedback.
All reactions