pub const DYDX_TESTNET_GRPC_URLS: &[&str];Expand description
dYdX v4 testnet gRPC URLs (public validator nodes with fallbacks).
Multiple nodes are provided for redundancy. The client should attempt to connect to nodes in order, falling back to the next if connection fails.
Endpoints sourced from:
ยงNotes
URLs use domain:port format for tonic gRPC client (TLS is automatic on port 443).