@covalenthq/client-sdk 3.0.4 → 3.0.5

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/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "3.0.4";
3
+ var version = "3.0.5";
4
4
 
5
5
  const bigIntParser = (val) => {
6
6
  if (val === null || val === undefined) {
@@ -3293,7 +3293,7 @@ class StreamingWebSocketClient {
3293
3293
  if (StreamingWebSocketClient.client)
3294
3294
  return;
3295
3295
  StreamingWebSocketClient.client = createClient({
3296
- url: "wss://gr-staging-v2.streaming.covalenthq.com/graphql",
3296
+ url: "wss://streaming.goldrushdata.com/graphql",
3297
3297
  lazyCloseTimeout: 3000,
3298
3298
  connectionParams: {
3299
3299
  GOLDRUSH_API_KEY: StreamingWebSocketClient.apiKey,