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?
The text was updated successfully, but these errors were encountered:
also for token prices polling requests, might can optimize with https://github.com/MyCryptoHQ/eth-scan , which make fetching Ether or (ERC-20) token balances for multiple addresses in an efficient way
After instantiating
@burner-wallet/core
, I noticed that the library sends over 300 requests per minute with a simple setup. They're duplicate requests foreth_blockNumber
andeth_getLogs
. Can I configure the library to dedupe these requests or reduce the polling rate?The text was updated successfully, but these errors were encountered: