From 95857c1ed7fa69b155cc861dc6af8f5280e4027c Mon Sep 17 00:00:00 2001 From: Aniket Divekar <1047471+aniketdivekar@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:05:05 +0530 Subject: [PATCH] fix: populate ethAddress as its non null field (#43) --- src/storage/account.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/account.ts b/src/storage/account.ts index b528fc6..36e1c61 100644 --- a/src/storage/account.ts +++ b/src/storage/account.ts @@ -345,6 +345,7 @@ export async function processAccountData(accounts: AccountsCopy[]): Promise