Skip to content

Commit

Permalink
fix: export Farm Events
Browse files Browse the repository at this point in the history
  • Loading branch information
yasha-black committed May 2, 2023
1 parent 2a4659d commit 118fd2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/events/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { DepositEvents } from './deposit/events';
import { FarmEvents } from './farm/events';
import { GeneralEvents } from './generalEvents';
import { RedeemEvents } from './redeem/events';
import { SwapEvents } from './swap/events';
Expand All @@ -14,4 +15,5 @@ export type AnalyticsEvents = GeneralEvents &
SwapEvents &
DepositEvents &
RedeemEvents &
WalletEvents;
WalletEvents &
FarmEvents;

0 comments on commit 118fd2a

Please sign in to comment.