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 2, 2024
1 parent a501438 commit 9617a2d
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 5,258 deletions.
53 changes: 0 additions & 53 deletions src/apps/pods-yield/ethereum/pods-yield.strategy.token-fetcher.ts

This file was deleted.

8 changes: 1 addition & 7 deletions src/apps/pods-yield/pods-yield.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ import { AbstractApp } from '~app/app.dynamic-module';

import { PodsYieldViemContractFactory } from './contracts';
import { EthereumPodsYieldQueueContractPositionFetcher } from './ethereum/pods-yield.queue.contract-position-fetcher';
import { EthereumPodsYieldStrategyTokenFetcher } from './ethereum/pods-yield.strategy.token-fetcher';

@Module({
providers: [
EthereumPodsYieldQueueContractPositionFetcher,
EthereumPodsYieldStrategyTokenFetcher,

PodsYieldViemContractFactory,
],
providers: [PodsYieldViemContractFactory, EthereumPodsYieldQueueContractPositionFetcher],
})
export class PodsYieldAppModule extends AbstractApp() {}
Binary file removed src/apps/sideshift/assets/logo.png
Binary file not shown.
Loading

0 comments on commit 9617a2d

Please sign in to comment.