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 Client constructor has some logic trying to be "smart" regarding what was provided, supporting APIs, RPC instances and plain strings.
The http option is confusing at the moment because it can be used to connect to the Swarm BZZ API, but potentially also an Ethereum HTTP gateway, so this should be refactored to be explicit either way.
The text was updated successfully, but these errors were encountered:
The
Client
constructor has some logic trying to be "smart" regarding what was provided, supporting APIs, RPC instances and plain strings.The
http
option is confusing at the moment because it can be used to connect to the Swarm BZZ API, but potentially also an Ethereum HTTP gateway, so this should be refactored to be explicit either way.The text was updated successfully, but these errors were encountered: