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

Commit

Permalink
fix: Add Tokemak, Liquity, and Teddy Cash indexes (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich authored Apr 22, 2022
1 parent 789d734 commit 1f1ab78
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/apps/liquity/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export { LIQUITY_DEFINITION, LiquityAppDefinition } from './liquity.definition';
export { LiquityAppModule } from './liquity.module';
export { LiquityContractFactory } from './contracts';

export type { LiquityStaking } from './contracts';
export type { StabilityPool } from './contracts';
export type { TroveManager } from './contracts';
2 changes: 2 additions & 0 deletions src/apps/teddy-cash/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { TEDDY_CASH_DEFINITION, TeddyCashAppDefinition } from './teddy-cash.definition';
export { TeddyCashAppModule } from './teddy-cash.module';
7 changes: 7 additions & 0 deletions src/apps/tokemak/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export { TOKEMAK_DEFINITION, TokemakAppDefinition } from './tokemak.definition';
export { TokemakAppModule } from './tokemak.module';
export { TokemakContractFactory } from './contracts';

export type { TokemakReactor } from './contracts';
export type { TokemakRewards } from './contracts';
export type { TokemakTokeStaking } from './contracts';

0 comments on commit 1f1ab78

Please sign in to comment.