ethers.js send tx's slower than Metamask. Why??? #1897
-
Hello! I'll be grateful for any help :) That's my code:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Can you include two example transactions on Etherscan? One from MetaMask and one from ethers? My guess would be the base and priority fee you are using, but I need examples to further investigate. |
Beta Was this translation helpful? Give feedback.
-
The code looks fine, except for the hard-coding of the fee data. I would recommend (in general) leaving the But if you are sure it isn't a fee issue, nothing else looks out of the ordinary. |
Beta Was this translation helpful? Give feedback.
Can you include two example transactions on Etherscan? One from MetaMask and one from ethers? My guess would be the base and priority fee you are using, but I need examples to further investigate.