@skip-go/client 0.10.1 → 0.10.2

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3575,7 +3575,6 @@ var SkipClient = class {
3575
3575
  searchTransactionHistory: true
3576
3576
  });
3577
3577
  if (((_a = result == null ? void 0 : result.value) == null ? void 0 : _a.confirmationStatus) === "confirmed") {
3578
- console.log("sol2 sig", signature);
3579
3578
  return signature;
3580
3579
  } else if (getStatusCount > 12) {
3581
3580
  yield wait(3e3);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/client",
3
3
  "description": "JavaScript SDK for Skip Go API",
4
- "version": "0.10.1",
4
+ "version": "0.10.2",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",