Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Yijing authored and Yijing committed Aug 22, 2023
1 parent 5192635 commit d304396
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,10 @@ validateStartBlock(
FEAT_UNISWAP_V3_POOL_CREATED_EVENT,
);

export const UNISWAP_V3_FACTORY_ADDRESS = getStringConfig('UNISWAP_V3_FACTORY_ADDRESS', DEFAULT_UNISWAP_V3_FACTORY_ADDRESS);
export const UNISWAP_V3_FACTORY_ADDRESS = getStringConfig(
'UNISWAP_V3_FACTORY_ADDRESS',
DEFAULT_UNISWAP_V3_FACTORY_ADDRESS,
);

export const FEAT_V3_FILL_EVENT = getBoolConfig('FEAT_V3_FILL_EVENT', DEFAULT_FEAT_V3_FILL_EVENT);

Expand Down

0 comments on commit d304396

Please sign in to comment.