Error: Too Many Requests - Deploying to BSC Testnet

Hi there,

I seem to be having an issue with deploying to the BSC Testnet where I am hitting an error. About 2 weeks ago, I was able to deploy without issue all of my contracts, but after running a bit more develoment locally, I cannot seem to deploy without hitting what appears to be a rate limit error.

Any help here would be great!

Error: PollingBlockTracker - encountered an error while attempting to update latest block:
Error: Too Many Requests

if you try that multiple times you get same error?

if you use a different RPC address it works fine?

I figured it out, the contract was just too big. I scaled back a lot of the code in there and offloaded some logic to cloud functions which has worked a treat!