SendTransaction function does not work: error chain: undefined (id: 1) #754
Unanswered
cryptoed228
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have this function for prepareTransaction and send
i use for this
@wagmi/core
hooksprepareTransactionRequest works correctly as a result the object is filled correctly
then when I pass its result to the sendTransaction function I get an error that not all data is received, it says that chain: undefined (id: 1)
although it is passed correctly and the response object prepareTransactionRequest contains it.
this is my config:
Beta Was this translation helpful? Give feedback.
All reactions