Skip to content

Commit

Permalink
remove common product (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergarces authored Oct 25, 2024
1 parent 3fb4676 commit afad63c
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 501 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { getAddress } from 'ethers'
import { AdaptersController } from '../../../../core/adaptersController'
import { Chain } from '../../../../core/constants/chains'
import { CacheToDb } from '../../../../core/decorators/cacheToDb'
import { CustomJsonRpcProvider } from '../../../../core/provider/CustomJsonRpcProvider'
import { getTokenMetadata } from '../../../../core/utils/getTokenMetadata'
import { Helpers } from '../../../../scripts/helpers'
import { AdaptersController } from '../../../core/adaptersController'
import { Chain } from '../../../core/constants/chains'
import { CacheToDb } from '../../../core/decorators/cacheToDb'
import { CustomJsonRpcProvider } from '../../../core/provider/CustomJsonRpcProvider'
import { getTokenMetadata } from '../../../core/utils/getTokenMetadata'
import { Helpers } from '../../../scripts/helpers'
import {
IProtocolAdapter,
ProtocolToken,
} from '../../../../types/IProtocolAdapter'
} from '../../../types/IProtocolAdapter'
import {
AdapterSettings,
GetEventsInput,
Expand All @@ -21,13 +21,13 @@ import {
ProtocolTokenTvl,
UnwrapExchangeRate,
UnwrapInput,
} from '../../../../types/adapter'
import { Erc20Metadata } from '../../../../types/erc20Metadata'
import { Protocol } from '../../../protocols'
} from '../../../types/adapter'
import { Erc20Metadata } from '../../../types/erc20Metadata'
import { Protocol } from '../../protocols'
import {
ProtocolDataProvider,
ProtocolDataProvider__factory,
} from '../../contracts'
} from '../contracts'

const protocolDataProviderContractAddresses: Partial<
Record<Protocol, Partial<Record<Chain, string>>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
} from '../../../../types/writeActions'
import { Protocol } from '../../../protocols'
import { GetTransactionParams } from '../../../supportedProtocols'
import { ZeroLendBasePoolAdapter } from '../../common/zerolendBasePoolAdapter'
import { PoolContract__factory, ProtocolDataProvider } from '../../contracts'
import { ZeroLendBasePoolAdapter } from '../common/zerolendBasePoolAdapter'

export class ZeroLendATokenPoolAdapter extends ZeroLendBasePoolAdapter {
productId = 'a-token'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit afad63c

Please sign in to comment.