From 35999c44bd818497de228dc40d529990826bc6a2 Mon Sep 17 00:00:00 2001 From: Kostiantyn Smyrnov Date: Fri, 11 Nov 2022 16:55:43 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20invalid=20import?= =?UTF-8?q?=20in=20auth.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/auth.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/auth.ts b/src/auth.ts index 109093c..9209497 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -1,6 +1,5 @@ import type { Provider, SignatureValue, SignatureDomain } from './types'; -import { utils } from 'ethers'; -import { Wallet } from '@ethersproject/abstract-signer'; +import { utils, Wallet } from 'ethers'; // A signature types export const types = {