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

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin committed Jan 1, 2024
1 parent 3d5d4f7 commit 6e32454
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1,301 deletions.
37 changes: 0 additions & 37 deletions src/apps/mstable/ethereum/mstable.imusd.token-fetcher.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/apps/mstable/mstable.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { AbstractApp } from '~app/app.dynamic-module';

import { MstableViemContractFactory } from './contracts';
import { EthereumMstableEarnContractPositionFetcher } from './ethereum/mstable.earn.contract-position-fetcher';
import { EthereumMstableImusdTokenFetcher } from './ethereum/mstable.imusd.token-fetcher';
import { EthereumMstableMetaVaultTokenFetcher } from './ethereum/mstable.meta-vault.token-fetcher';
import { EthereumMstableMtaV1FarmContractPositionFetcher } from './ethereum/mstable.mta-v1-farm.contract-position-fetcher';
import { EthereumMstableMtaV2FarmContractPositionFetcher } from './ethereum/mstable.mta-v2-farm.contract-position-fetcher';
Expand All @@ -16,7 +15,6 @@ import { PolygonMstableSavingsVaultContractPositionFetcher } from './polygon/mst
providers: [
MstableViemContractFactory,
EthereumMstableEarnContractPositionFetcher,
EthereumMstableImusdTokenFetcher,
EthereumMstableMtaV1FarmContractPositionFetcher,
EthereumMstableMtaV2FarmContractPositionFetcher,
EthereumMstableMetaVaultTokenFetcher,
Expand Down
36 changes: 0 additions & 36 deletions src/apps/mycelium/arbitrum/mycelium.es-myc.token-fetcher.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/apps/mycelium/mycelium.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Module } from '@nestjs/common';

import { AbstractApp } from '~app/app.dynamic-module';

import { ArbitrumMyceliumEsMycTokenFetcher } from './arbitrum/mycelium.es-myc.token-fetcher';
import { ArbitrumMyceliumMlpTokenFetcher } from './arbitrum/mycelium.mlp.token-fetcher';
import { ArbitrumMycellilumPerpContractPositionFetcher } from './arbitrum/mycelium.perp.contract-position-fetcher';
import { MyceliumViemContractFactory } from './contracts';
Expand All @@ -11,7 +10,6 @@ import { MyceliumViemContractFactory } from './contracts';
providers: [
MyceliumViemContractFactory,
// Arbitrum
ArbitrumMyceliumEsMycTokenFetcher,
ArbitrumMyceliumMlpTokenFetcher,
ArbitrumMycellilumPerpContractPositionFetcher,
],
Expand Down
Loading

0 comments on commit 6e32454

Please sign in to comment.