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
I am facing a issue in sending a transaction request for not native crypto coins it is always going for native coins, like example
I am using wagmi's hook useSendTransaction,
const { data, isLoading, isSuccess, sendTransaction } =
useSendTransaction(config);
and this is returing one value sendTransaction, which I am calling for send a transaction but I want to know is there a field or hook where we can pass the tokenAddress for sending request?
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
-
Hi there,
I am facing a issue in sending a transaction request for not native crypto coins it is always going for native coins, like example
I am using wagmi's hook useSendTransaction,
const { data, isLoading, isSuccess, sendTransaction } =
useSendTransaction(config);
Beta Was this translation helpful? Give feedback.
All reactions