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
The proxyExists function internally calls getProxyAddress and returns a boolean, so everywhere we need to call getProxyAddress, we also need to call proxyExists before it, introducing overhead and a potential gotcha.
This issue proposes deprecating the proxyExists method and modifying the getProxyAddress function to just throw an Error if the requested proxy doesn't exist.
The text was updated successfully, but these errors were encountered:
The
proxyExists
function internally callsgetProxyAddress
and returns a boolean, so everywhere we need to callgetProxyAddress
, we also need to callproxyExists
before it, introducing overhead and a potential gotcha.This issue proposes deprecating the
proxyExists
method and modifying thegetProxyAddress
function to just throw anError
if the requested proxy doesn't exist.The text was updated successfully, but these errors were encountered: