Hash not returned on mainnet untill tx has confirmed/failed #4545
Unanswered
Marcin-DarkSpaceStudio
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
-
Hey, I noticed that on most chains when using
useWriteContract
, data is returned the moment user signs transaction in the wallet. But not on Eth mainnet. General example belowI am using
hash
withwaitForTransactionReceipt
action.I have tried different transports, both http and websocket and the effect is each time the same.
Tested on: Mainnet, Sepolia, Sei, Sei Testnet, Avalanche, Avalanche Fuji. Only Mainnet is "late" with the hash. All others return it immediately.
Am I missing something?
I'm using most recent version of wagmi "^2.14.11"
Beta Was this translation helpful? Give feedback.
All reactions