grpc_url

Function grpc_url 

Source
pub const fn grpc_url(is_testnet: bool) -> &'static str
Expand description

Gets the primary gRPC URL for the specified network.

ยงNotes

For production use, consider using grpc_urls() to get all available endpoints and implement fallback logic via DydxGrpcClient::new_with_fallback().