Skip to content

Commit

Permalink
Merge branch 'refactor-Uniswap-V3-calculations'
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasfam committed Jul 1, 2024
2 parents 6a5ed2a + a7274d9 commit de218d6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/factory/providers/arbitrum/uniswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
chain,
provider,
web3,
true,
);

return { balances, poolBalances: {} };
Expand Down
1 change: 0 additions & 1 deletion src/factory/providers/avalanche/uniswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
chain,
provider,
web3,
true,
);

return { balances, poolBalances: {} };
Expand Down
1 change: 0 additions & 1 deletion src/factory/providers/base/uniswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
chain,
provider,
web3,
true,
);

return { balances, poolBalances: {} };
Expand Down
1 change: 0 additions & 1 deletion src/factory/providers/bsc/uniswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
chain,
provider,
web3,
true,
);

return { balances, poolBalances: {} };
Expand Down
1 change: 0 additions & 1 deletion src/factory/providers/celo/uniswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
chain,
provider,
web3,
true,
);

return { balances, poolBalances: {} };
Expand Down
1 change: 0 additions & 1 deletion src/factory/providers/ethereum/uniswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
chain,
provider,
web3,
true,
);

return { balances, poolBalances: {} };
Expand Down
1 change: 0 additions & 1 deletion src/factory/providers/optimism/uniswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
chain,
provider,
web3,
true,
);

return { balances, poolBalances: {} };
Expand Down
1 change: 0 additions & 1 deletion src/factory/providers/polygon/uniswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
chain,
provider,
web3,
true,
);

return { balances, poolBalances: {} };
Expand Down

0 comments on commit de218d6

Please sign in to comment.