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

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin committed Jan 2, 2024
1 parent 39f8073 commit 48c18ce
Show file tree
Hide file tree
Showing 6 changed files with 3,154 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/apps/camelot/contracts/viem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export type { CamelotNftPool } from './CamelotNftPool';
export type { CamelotNitroFactory } from './CamelotNitroFactory';
export type { CamelotNitroPool } from './CamelotNitroPool';
export type { CamelotPair } from './CamelotPair';
export type { CamelotXGrail } from './CamelotXGrail';

export { CamelotDividend__factory } from './CamelotDividend';
export { CamelotFactory__factory } from './CamelotFactory';
Expand All @@ -18,4 +17,3 @@ export { CamelotNftPool__factory } from './CamelotNftPool';
export { CamelotNitroFactory__factory } from './CamelotNitroFactory';
export { CamelotNitroPool__factory } from './CamelotNitroPool';
export { CamelotPair__factory } from './CamelotPair';
export { CamelotXGrail__factory } from './CamelotXGrail';
2 changes: 0 additions & 2 deletions src/apps/gearbox/gearbox.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { GearboxViemContractFactory } from './contracts';
import { EthereumGearboxCreditAccountsContractPositionFetcher } from './ethereum/gearbox.credit-accounts.contract-position-fetcher';
import { EthereumGearboxLendingV2TokenFetcher } from './ethereum/gearbox.lending-v2.token-fetcher';
import { EthereumGearboxLendingV3TokenFetcher } from './ethereum/gearbox.lending-v3.token-fetcher';
import { EthereumGearboxPhantomTokenFetcher } from './ethereum/gearbox.phantom.token-fetcher';
import { EthereumGearboxRewardsPositionFetcher } from './ethereum/gearbox.rewards.contract-position-fetcher';
import { EthereumGearboxRewardsMerkleCache } from './ethereum/gearbox.rewards.merkle-cache';

Expand All @@ -17,7 +16,6 @@ import { EthereumGearboxRewardsMerkleCache } from './ethereum/gearbox.rewards.me
EthereumGearboxCreditAccountsContractPositionFetcher,
EthereumGearboxLendingV2TokenFetcher,
EthereumGearboxLendingV3TokenFetcher,
EthereumGearboxPhantomTokenFetcher,
EthereumGearboxRewardsPositionFetcher,
],
})
Expand Down
Loading

0 comments on commit 48c18ce

Please sign in to comment.