scrypt-ts
Advanced tools
Comparing version 1.3.19-test.2 to 1.3.19-test.3
@@ -173,2 +173,3 @@ "use strict"; | ||
alignProviderNetwork() { | ||
var _a; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -178,2 +179,3 @@ const isAuthenticated = yield this.isAuthenticated(); | ||
if (isAuthenticated) { | ||
yield ((_a = this.provider) === null || _a === void 0 ? void 0 : _a.connect()); | ||
const network = yield this.getNetwork(); | ||
@@ -180,0 +182,0 @@ console.log(`signer network: ${network}`); |
{ | ||
"name": "scrypt-ts", | ||
"version": "1.3.19-test.2", | ||
"version": "1.3.19-test.3", | ||
"description": "A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
685945
11994