From 00fedda6bacbb46e25811430ae866619e8ee1c0f Mon Sep 17 00:00:00 2001 From: rrozek Date: Thu, 24 Oct 2024 15:55:45 +0200 Subject: [PATCH] fix add dapp with airdrop endpoint --- src/components/dapp-analytics/dapp-analytics.interface.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/dapp-analytics/dapp-analytics.interface.ts b/src/components/dapp-analytics/dapp-analytics.interface.ts index 84bdd97..69e0e94 100644 --- a/src/components/dapp-analytics/dapp-analytics.interface.ts +++ b/src/components/dapp-analytics/dapp-analytics.interface.ts @@ -6,4 +6,6 @@ export interface IDAppData { fromBlock: number; addedBy: string; abis: any; + airdropContract?: string; + airdropCurrencyContract?: string; }