@drift-labs/sdk 2.34.1-beta.6 → 2.34.1-beta.7

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/VERSION CHANGED
@@ -1 +1 @@
1
- 2.34.1-beta.6
1
+ 2.34.1-beta.7
@@ -48,7 +48,6 @@ async function fetchTransactionLogs(connection, signatures, finality) {
48
48
  args,
49
49
  });
50
50
  }
51
- console.log(requests);
52
51
  const rpcResponses = await (0, promiseTimeout_1.promiseTimeout)(
53
52
  // @ts-ignore
54
53
  connection._rpcBatchRequest(requests), 10 * 1000 // 10 second timeout
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.34.1-beta.6",
3
+ "version": "2.34.1-beta.7",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -104,7 +104,6 @@ export async function fetchTransactionLogs(
104
104
  args,
105
105
  });
106
106
  }
107
- console.log(requests);
108
107
 
109
108
  const rpcResponses: any | null = await promiseTimeout(
110
109
  // @ts-ignore