This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Description
I want to develop and deploy a set of contracts (lets say 10)
Using infura rpc, free plan
Due too many requests like getBalance, getReceipt, getBlocks, the deployment ends up with rpc rejection and the process gets terminated with a non-zero code
How i could at least add a retry logic with a cooldown instead of complete termination or adjust the requests per minute rate of hitting an rpc provider?