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
The python client implementation uses a GRPC validator client.
The default testnet GRPC endpoint is https://dydx-testnet-archive.allthatnode.com (link). Currently, if I run the following query (via HTTP), I get that this RPC is 11 hours behind.
Alternatively, we could use https:/test-dydx.kingnodes.com in the above curl command, but we can't use it as a GRPC validator, since it doesn't open up a GRPC port.
I request that this repository maintain a list of viable testnet validator GRPCs, OR that it modify the python client to broadcast via HTTP rather than GRPC.
The text was updated successfully, but these errors were encountered:
Hello,
https://dydx-testnet-archive.allthatnode.com
(link). Currently, if I run the following query (via HTTP), I get that this RPC is 11 hours behind.https:/test-dydx.kingnodes.com
in the above curl command, but we can't use it as a GRPC validator, since it doesn't open up a GRPC port.I request that this repository maintain a list of viable testnet validator GRPCs, OR that it modify the python client to broadcast via HTTP rather than GRPC.
The text was updated successfully, but these errors were encountered: