pub const fn grpc_url(is_testnet: bool) -> &'static strExpand 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().