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 when we make an
RPC call. Instead of erroring we now return an empty set of accounts
from `getSigners` if `eth_accounts` is deprecated.
Fixes#5572.
0 commit comments