How do you set custom gasPrice with useWeb3Contract?

I am giving the option to my users to automatically inject 30% more gas in their transactions to speed things up for my game. I am trying to rewrite my code from using ethers.js directly, to instead using the useWeb3Contract hook. But I am having trouble figuring out where to place the gasPrice parameter and I have tried many options.

Any help would be appreciated, thank you! :slightly_smiling_face:

I don’t think that you can set gas parameters now with that hook

Ahh ok, thank you for the response