You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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