diff --git a/lib/indexedDB.ts b/lib/indexedDB.ts index f3a8228..e31b471 100644 --- a/lib/indexedDB.ts +++ b/lib/indexedDB.ts @@ -5,8 +5,9 @@ interface ExtendedHackathonDetails { // Basic hackathon data hackathonData: HackathonData // Additional interaction data - approvedTokens: string[] - tokenMinAmounts: Record // Store bigint as string for serialization + depositedTokens?: string[] + approvedTokens?: string[] + tokenMinAmounts?: Record // Store bigint as string for serialization tokenSymbols: Record tokenTotals: Record // Store bigint as string for serialization tokenDecimals: Record