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

Commit

Permalink
fix(apps): Migrated app tokens to ATI (#3173)
Browse files Browse the repository at this point in the history
* fix(apps): Migrated app tokens to ATI

* fix(euler): Deleted app

* more migration

* more

* more

* more

* more

* more

* more

* more

* deleted disabled app

* fix-build
  • Loading branch information
wpoulin authored Jan 4, 2024
1 parent b5392b8 commit 2716a64
Show file tree
Hide file tree
Showing 238 changed files with 1,685 additions and 66,339 deletions.
2 changes: 0 additions & 2 deletions src/apps/aave-safety-module/aave-safety-module.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ import { Module } from '@nestjs/common';
import { AbstractApp } from '~app/app.dynamic-module';

import { AaveSafetyModuleViemContractFactory } from './contracts';
import { EthereumAaveSafetyModuleAbptTokenFetcher } from './ethereum/aave-safety-module.abpt.token-fetcher';
import { EthereumAaveSafetyModuleStkAaveClaimableContractPositionFetcher } from './ethereum/aave-safety-module.stk-aave-claimable.contract-position-fetcher';
import { EthereumAaveSafetyModuleStkAbptClaimableContractPositionFetcher } from './ethereum/aave-safety-module.stk-abpt-claimable.contract-position-fetcher';

@Module({
providers: [
AaveSafetyModuleViemContractFactory,
EthereumAaveSafetyModuleAbptTokenFetcher,
EthereumAaveSafetyModuleStkAaveClaimableContractPositionFetcher,
EthereumAaveSafetyModuleStkAbptClaimableContractPositionFetcher,
],
Expand Down
Loading

0 comments on commit 2716a64

Please sign in to comment.