@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.
- package/dist/index.js +0 -1
- 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