Skip to content

Commit 7823e16

Browse files
committed
Remove unused import from @metamask/x402
1 parent b9fe1e3 commit 7823e16

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

packages/x402/src/x402Client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { parseCaipChainId } from "@metamask/utils";
21
import { type Hex, getAddress, isHex } from 'viem';
32

43
export type x402PaymentRequirements = {

packages/x402/src/x402Server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { type Address, getAddress } from 'viem';
2+
23
import type { x402PaymentRequirements } from './x402Client';
34

45
export type x402Erc7710ServerConfig = {

0 commit comments

Comments
 (0)