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

Commit

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

* more

* more

* more

* more

* more

* more

* more

* more

* fix build
  • Loading branch information
wpoulin authored Jan 2, 2024
1 parent cc85307 commit d56d13a
Show file tree
Hide file tree
Showing 191 changed files with 991 additions and 46,505 deletions.
4 changes: 0 additions & 4 deletions src/apps/aave-safety-module/aave-safety-module.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ 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 { EthereumAaveSafetyModuleStkAaveTokenFetcher } from './ethereum/aave-safety-module.stk-aave.token-fetcher';
import { EthereumAaveSafetyModuleStkAbptClaimableContractPositionFetcher } from './ethereum/aave-safety-module.stk-abpt-claimable.contract-position-fetcher';
import { EthereumAaveSafetyModuleStkAbptTokenFetcher } from './ethereum/aave-safety-module.stk-abpt.token-fetcher';

@Module({
providers: [
AaveSafetyModuleViemContractFactory,
EthereumAaveSafetyModuleAbptTokenFetcher,
EthereumAaveSafetyModuleStkAaveTokenFetcher,
EthereumAaveSafetyModuleStkAaveClaimableContractPositionFetcher,
EthereumAaveSafetyModuleStkAbptTokenFetcher,
EthereumAaveSafetyModuleStkAbptClaimableContractPositionFetcher,
],
})
Expand Down

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions src/apps/airswap/airswap.module.ts

This file was deleted.

Binary file removed src/apps/airswap/assets/logo.png
Binary file not shown.
243 changes: 0 additions & 243 deletions src/apps/airswap/contracts/abis/staking-v-2.json

This file was deleted.

Loading

0 comments on commit d56d13a

Please sign in to comment.