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
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin committed Jan 3, 2024
1 parent b5392b8 commit 46b2f29
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 10,481 deletions.
8 changes: 1 addition & 7 deletions src/apps/across/across.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ import { Module } from '@nestjs/common';
import { AbstractApp } from '~app/app.dynamic-module';

import { AcrossViemContractFactory } from './contracts';
import { EthereumAcrossPoolV1TokenFetcher } from './ethereum/across.pool-v1.token-fetcher';
import { EthereumAcrossPoolV2TokenFetcher } from './ethereum/across.pool-v2.token-fetcher';
import { EthereumStakingContractPositionFetcher } from './ethereum/across.staking.contract-position-fetcher';

@Module({
providers: [
AcrossViemContractFactory,
EthereumAcrossPoolV1TokenFetcher,
EthereumAcrossPoolV2TokenFetcher,
EthereumStakingContractPositionFetcher,
],
providers: [AcrossViemContractFactory, EthereumAcrossPoolV2TokenFetcher, EthereumStakingContractPositionFetcher],
})
export class AcrossAppModule extends AbstractApp() {}
61 changes: 0 additions & 61 deletions src/apps/across/common/across.pool-v1.token-fetcher.ts

This file was deleted.

Loading

0 comments on commit 46b2f29

Please sign in to comment.