Skip to content

Commit f0b346e

Browse files
committed
refactor: stop re-exporting auth typed data payload
1 parent be8a982 commit f0b346e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/client/src/actions/auth.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
ApiKeysResponseSchema,
66
} from '@polymarket/bindings/clob';
77
import { type EvmAddress, type Signature, unwrap } from '@polymarket/types';
8-
import { createL2AuthTypedDataPayload } from '../authentication';
98
import type { Client, SecureClient } from '../clients';
109
import {
1110
type RateLimitError,
@@ -16,8 +15,6 @@ import {
1615
} from '../errors';
1716
import { validateWith } from '../response';
1817

19-
export { createL2AuthTypedDataPayload };
20-
2118
export type CreateL2AuthRequest = {
2219
chainId: number;
2320
nonce?: number;

0 commit comments

Comments
 (0)