Speedy node error for polygon testnet

i am previously using speedy node for the building DAO project on polygon testnet.
but now if i change my contract and try to run the deploy script from hardhat ( which is configuring) it is giving me speedy node error for "“https://speedy-nodes-nyc.moralis.io/4324/polygon/mumbai

which URL is to be used

the nodes were discontinued ~1 week ago, that may be the reason of not working now

i got this… but then what is the solution . i am trying to run/verify/deploy contract on polygon mumbai testnet.
also the video/tutorial i am referring from Moralis channel not mentioned alternative for the speedy node.

For another node provider, you can use Chainstack. After signing up and getting your account’s RPC URL, you just have to replace the speedy nodes URL with it.

Is this what I need to change?

const web3 = Moralis.web3ByChain(‘0x89’)

Looks like it has changed now, you can use this example for using web3.js.