diff --git a/apps/arkmarket/src/app/components/live-auctions.tsx b/apps/arkmarket/src/app/components/live-auctions.tsx index d516c965..3603d2fd 100644 --- a/apps/arkmarket/src/app/components/live-auctions.tsx +++ b/apps/arkmarket/src/app/components/live-auctions.tsx @@ -50,8 +50,7 @@ export default function LiveAuctions() { diff --git a/apps/arkmarket/src/types/index.ts b/apps/arkmarket/src/types/index.ts index 9375a6cc..a86e6a6c 100644 --- a/apps/arkmarket/src/types/index.ts +++ b/apps/arkmarket/src/types/index.ts @@ -325,6 +325,8 @@ export interface TrendingNow { } export interface LiveAuctions { + collection_address: string; + token_id: string; end_timestamp: number; metadata?: TokenMetadata; }