@connext/nxtp-utils
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -39,3 +39,3 @@ "use strict"; | ||
catch (err) { | ||
console.error("Error using personal_sign, falling back to signer.signMessage: ", err); | ||
// console.error("Error using personal_sign, falling back to signer.signMessage: ", err); | ||
} | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "@connext/nxtp-utils", | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"description": "Common utilities for use within the @connext/nxtp-* packages", | ||
@@ -5,0 +5,0 @@ "author": "Connext", |
@@ -39,3 +39,3 @@ import { Signer, Wallet, utils, BigNumber, providers } from "ethers"; | ||
} catch (err) { | ||
console.error("Error using personal_sign, falling back to signer.signMessage: ", err); | ||
// console.error("Error using personal_sign, falling back to signer.signMessage: ", err); | ||
} | ||
@@ -42,0 +42,0 @@ } |
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
236000