Skip to content

Commit

Permalink
fix: 🐛 Fixed invalid import in auth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Nov 11, 2022
1 parent 3f37dc6 commit 35999c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/auth.ts
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 35999c4

Please sign in to comment.