Skip to content

Commit fee3536

Browse files
committed
lint
1 parent 93f5748 commit fee3536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/wallet-ui/src/lib/assets/erc721.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Erc721Token } from "@/types/Erc721Token";
33
import { chainIdToName, nameToChainId } from "@/util/simplehash";
44
import type { Address } from "thirdweb";
55

6-
export type GetErc721TokensParams = {
6+
type GetErc721TokensParams = {
77
owner: Address;
88
chainIds: number[];
99
limit?: number;

0 commit comments

Comments
 (0)