Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Nov 19, 2024
1 parent 29b7f3b commit 27939d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/controllers/pool-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getViemClient } from '../sources/viem-client';
import { getBlockNumbersSubgraphClient, getV3JoinedSubgraphClient, getVaultSubgraphClient } from '../sources/subgraphs';
import { prisma } from '../../prisma/prisma-client';
import { updateLiquidity24hAgo, updateLiquidityValuesForPools } from '../actions/pool/update-liquidity';
import { updateLifetimeValues } from '../actions/pool/update-holders-count';
import { updateLifetimeValues } from '../actions/pool/update-liftetime-values';
import { Chain, PrismaLastBlockSyncedCategory } from '@prisma/client';
import { getVaultClient } from '../sources/contracts/v3/vault-client';
import { upsertPools as upsertPoolsV3 } from '../actions/pool/v3/upsert-pools';
Expand Down

0 comments on commit 27939d3

Please sign in to comment.