@uniswap/conedison
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -41,3 +41,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
// They are special-cased so that signing will still use EIP-712 (which is safer for the user). | ||
var WC_PEERS_LACKING_V4_SUPPORT = ['SafePal Wallet']; | ||
var WC_PEERS_LACKING_V4_SUPPORT = ['SafePal Wallet', 'Ledger Wallet Connect']; | ||
// Assumes v4 support by default, except for known wallets. | ||
@@ -44,0 +44,0 @@ function supportsV4(provider) { |
@@ -166,3 +166,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
describe('wallets which do not support eth_signTypedData_v4', function () { | ||
describe.each(['SafePal Wallet'])('%s', function (name) { | ||
describe.each(['SafePal Wallet', 'Ledger Wallet Connect'])('%s', function (name) { | ||
beforeEach(function () { | ||
@@ -169,0 +169,0 @@ var web3Provider = signer.provider; |
{ | ||
"name": "@uniswap/conedison", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"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
59180