diff --git a/src/apps/yearn/index.ts b/src/apps/yearn/index.ts new file mode 100644 index 000000000..3293fab22 --- /dev/null +++ b/src/apps/yearn/index.ts @@ -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';