Skip to content

Commit

Permalink
Merge pull request #228 from dappradar/coreDao_integration
Browse files Browse the repository at this point in the history
Sushiswap Core fix
  • Loading branch information
mantasfam authored Nov 20, 2023
2 parents fa4c2cc + fcbcbc8 commit 20bf2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory/providers/core/sushiswapv3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { log } from '../../../../util/logger/logger';
import PAIR_ABI from '../../../../constants/abi/uni.json';
import { ITvlParams, ITvlReturn } from '../../../../interfaces/ITvl';

const V3_START_BLOCK = 8313215;
const V3_START_BLOCK = 5211850;
const V3_FACTORY_ADDRESS = '0xc35dadb65012ec5796536bd9864ed8773abc74c4';

async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
Expand Down

0 comments on commit 20bf2a7

Please sign in to comment.