@uniswap/conedison
Advanced tools
Comparing version 1.7.2 to 1.8.0
@@ -87,3 +87,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
if (!(typeof error_1.message === 'string' && | ||
(error_1.message.match(/not (found|implemented)/i) || error_1.message.match(/TrustWalletConnect.WCError error 1/)))) return [3 /*break*/, 7]; | ||
(error_1.message.match(/not (found|implemented)/i) || | ||
error_1.message.match(/TrustWalletConnect.WCError error 1/) || | ||
error_1.message.match(/Missing or invalid/)))) return [3 /*break*/, 7]; | ||
console.warn('signTypedData: wallet does not implement EIP-712, falling back to eth_sign', error_1.message); | ||
@@ -90,0 +92,0 @@ hash = _TypedDataEncoder.hash(populated.domain, types, populated.value); |
{ | ||
"name": "@uniswap/conedison", | ||
"version": "1.7.2", | ||
"version": "1.8.0", | ||
"description": "Utilities for Uniswap front-end development", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Uniswap/conedison", |
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
62371
1244