diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index 953d6a64..1a5ba0d4 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -21,6 +21,7 @@ export interface AethexUserProfile extends UserProfile { last_streak_at?: string | null; social_links?: any; skills?: string[]; + wallet_address?: string | null; } const isNonEmptyString = (value: unknown): value is string =>