Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(yearn): Add app index file (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Apr 26, 2022
1 parent 088e915 commit ba1f7ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/apps/yearn/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export { YEARN_DEFINITION, YearnAppDefinition } from './yearn.definition';
export { YearnAppModule } from './yearn.module';
export { YearnContractFactory } from './contracts';

/* Helpers */
export { YearnLikeVaultTokenHelper } from './helpers/yearn-like.vault.token-helper';

/* Contracts */
export type { YearnVault } from './contracts';
export type { YearnVaultV2 } from './contracts';

0 comments on commit ba1f7ec

Please sign in to comment.