Skip to content

Commit

Permalink
fix add dapp with airdrop endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rrozek committed Oct 24, 2024
1 parent 26db82f commit 00fedda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/dapp-analytics/dapp-analytics.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ export interface IDAppData {
fromBlock: number;
addedBy: string;
abis: any;
airdropContract?: string;
airdropCurrencyContract?: string;
}

0 comments on commit 00fedda

Please sign in to comment.