configure_provider_retry
Documentation for eth_defi.middleware.configure_provider_retry function.
- configure_provider_retry(provider, retries=10, backoff_factor=0.5, retryable_exceptions=None)
Configure provider retry settings for web3.py v7+.
This is the recommended way to configure retries in v7+.