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

Commit

Permalink
fix(app-tokens): Migration to ATI (#3176)
Browse files Browse the repository at this point in the history
* fix(app-tokens): Migration to ATI

* more migrations

* chore(studio): Deleted Furocombo - funds have been deprecated for a long time

* chore(studio): Migration to ATI

* chore(studio): Migrated Tempus to ATI

* chore(unipilot): Migration to ATI
  • Loading branch information
wpoulin authored Jan 8, 2024
1 parent a98d515 commit 14744e6
Show file tree
Hide file tree
Showing 88 changed files with 22 additions and 20,074 deletions.
3 changes: 1 addition & 2 deletions src/apps/across/across.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import { Module } from '@nestjs/common';
import { AbstractApp } from '~app/app.dynamic-module';

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

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

This file was deleted.

Loading

0 comments on commit 14744e6

Please sign in to comment.