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
RPC endpoint for NewClient can be different from requestUri := fmt.Sprintf("%s/ext/bc/%s", uri, chain) as per @felipemadero.
it makes more sense to make it accept requestUri directly instead of uri, chain pair.
RPC endpoint for NewClient can be different from
requestUri := fmt.Sprintf("%s/ext/bc/%s", uri, chain)
as per @felipemadero.it makes more sense to make it accept requestUri directly instead of uri, chain pair.
related comment ava-labs/avalanche-cli#2379 (comment)
The text was updated successfully, but these errors were encountered: