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
fix: return no accounts if eth_accounts is deprecated
Erigon now responds that `eth_accounts` is deprecated. Instead of
crashing we now return an empty set of accounts, the same as if running
against mainnet.
Fixes#5572.
0 commit comments