@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/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "2.3.0";
3
+ var version = "2.3.1";
4
4
 
5
5
  const bigIntParser = (val) => {
6
6
  if (val === null || val === undefined) {
@@ -3596,7 +3596,7 @@ class StreamingWebSocketClient {
3596
3596
  if (StreamingWebSocketClient.client)
3597
3597
  return;
3598
3598
  StreamingWebSocketClient.client = createClient({
3599
- url: "wss://gr-staging.streaming.covalenthq.com/graphql",
3599
+ url: "wss://gr-staging-v2.streaming.covalenthq.com/graphql",
3600
3600
  connectionParams: {
3601
3601
  GOLDRUSH_API_KEY: StreamingWebSocketClient.apiKey,
3602
3602
  },