Deploying a smart contract to polygon using hardhat can't finish

Hello.

Could you please help to deal with the issue?
If I deploy the contract to the Mumbai network - it runs well and takes a few seconds to finish.
But I can’t deploy to the Polygon mainnet. I am waiting for several minutes but no response from hardhat.
I also played with the gas price but no success.

And hardhat config

seems strange, can you enable some kind of verbose mode for hardhat?

If I run hardhat in verbose mode then I can see that the script stucks on step “Creating provider for network polygon”

Mumbai deployment

And Polyfon deployment

Finally I deployed it. I don’t know what I did exactly to make it work :slight_smile:
I tried to reinstall hardhat (removed and then the same version was installed 2.6.1) and maybe that worked for me.