Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasfam committed Sep 18, 2024
1 parent 105a55b commit e2022ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory/providers/bsc/pancakeswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const THEGRAPTH_ENDPOINT = `https://gateway-arbitrum.network.thegraph.com/api/${

async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
const { chain, provider, web3 } = params;
const block = params.block - 100;
const block = params.block - 1000;

if (block < START_BLOCK) {
return { balances: {} };
Expand Down

0 comments on commit e2022ee

Please sign in to comment.