Skip to content

Commit

Permalink
feat(teddy-cash): Fix broken dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Aug 18, 2022
1 parent 51a6fe5 commit d968bbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/teddy-cash/teddy-cash.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ import { LiquityAppModule } from '~apps/liquity';
import { AvalancheTeddyCashFarmContractPositionFetcher } from './avalanche/teddy-cash.farm.contract-position-fetcher';
import { AvalancheTeddyCashStabilityPoolContractPositionFetcher } from './avalanche/teddy-cash.stability-pool.contract-position-fetcher';
import { AvalancheTeddyCashTroveContractPositionFetcher } from './avalanche/teddy-cash.trove.contract-position-fetcher';
import { TeddyCashContractFactory } from './contracts';
import TEDDY_CASH_DEFINITION, { TeddyCashAppDefinition } from './teddy-cash.definition';

@Register.AppModule({
appId: TEDDY_CASH_DEFINITION.id,
imports: [LiquityAppModule],
providers: [
TeddyCashAppDefinition,
TeddyCashContractFactory,
AvalancheTeddyCashFarmContractPositionFetcher,
AvalancheTeddyCashStabilityPoolContractPositionFetcher,
AvalancheTeddyCashTroveContractPositionFetcher,
Expand Down

0 comments on commit d968bbf

Please sign in to comment.