You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After instantiating @burner-wallet/core, I noticed that the library sends over 300 requests per minute with a simple setup. They're duplicate requests for eth_blockNumber and eth_getLogs. Can I configure the library to dedupe these requests or reduce the polling rate?