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, the SDK relies on the default endpoints for the supported networks.
While this is sufficient for a small-scale dApp or service, this might lead to reaching rate limits on larger scale projects.
The goal of this ticket is to let anyone instantiate the SDK with a new optional parameter: an RPC URL.
This can be done by adding a new field in the Conf type, passing it when instantiating the SDK.
The text was updated successfully, but these errors were encountered:
Right now, the SDK relies on the default endpoints for the supported networks.
While this is sufficient for a small-scale dApp or service, this might lead to reaching rate limits on larger scale projects.
The goal of this ticket is to let anyone instantiate the SDK with a new optional parameter: an RPC URL.
This can be done by adding a new field in the Conf type, passing it when instantiating the SDK.
The text was updated successfully, but these errors were encountered: