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
Right now, if we have multiple Etherscan/RPC endpoints, they are fetched sequentially. So if the first one times out, we have to wait.
Instead, we should await Promise.any() on all endpoints we have.
The text was updated successfully, but these errors were encountered:
Right now, if we have multiple Etherscan/RPC endpoints, they are fetched sequentially. So if the first one times out, we have to wait.
Instead, we should
await Promise.any()
on all endpoints we have.The text was updated successfully, but these errors were encountered: