Skip to content

Commit c50201a

Browse files
committed
fmt
1 parent 0df448e commit c50201a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/auth/src/lib/authenticators/WalletClientAuthenticator.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ import {
99
} from '@lit-protocol/constants';
1010
import { getChildLogger } from '@lit-protocol/logger';
1111
import { AuthData } from '@lit-protocol/schemas';
12-
import {
13-
AuthMethod,
14-
AuthSig,
15-
BaseSiweMessage,
16-
} from '@lit-protocol/types';
12+
import { AuthMethod, AuthSig, BaseSiweMessage } from '@lit-protocol/types';
1713
import { GetWalletClientReturnType } from '@wagmi/core';
1814
import { getAddress, Hex, keccak256, stringToBytes, WalletClient } from 'viem';
1915
import { fetchBlockchainData } from './helper/fetchBlockchainData';

0 commit comments

Comments
 (0)