@covalenthq/client-sdk 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var version = "2.3.0";
1
+ var version = "2.3.1";
2
2
 
3
3
  const bigIntParser = (val) => {
4
4
  if (val === null || val === undefined) {
@@ -3594,7 +3594,7 @@ class StreamingWebSocketClient {
3594
3594
  if (StreamingWebSocketClient.client)
3595
3595
  return;
3596
3596
  StreamingWebSocketClient.client = createClient({
3597
- url: "wss://gr-staging.streaming.covalenthq.com/graphql",
3597
+ url: "wss://gr-staging-v2.streaming.covalenthq.com/graphql",
3598
3598
  connectionParams: {
3599
3599
  GOLDRUSH_API_KEY: StreamingWebSocketClient.apiKey,
3600
3600
  },