How can I speed up transactions on polygon?

I am using ethersJS and Moralis provider to handle transactions on polygon, can you guys suggest a way to speed up transactions on polygon they are very slow sometimes it takes hours to complete.

if you are using ethers then if you use a higher gas price it should speed up the transactions

Can you please share a snippet with which I can proceed. Thanks

you can search on google on how to do it, I don’t have a prepared snippet

you could hardcode a specific gas price that is usually higher than the average gas price

1 Like