Skip to content

Commit

Permalink
remove useless undefined for FactoryStateHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Jul 12, 2024
1 parent 28d00c1 commit 7af7460
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dex/curve-v1-factory/curve-v1-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,6 @@ export class CurveV1Factory
basePoolStateFetcher,
factoryImplementationFromConfig.customGasCost,
factoryImplementationFromConfig.isStoreRateSupported,
undefined,
undefined,
);

this.poolManager.initializeNewPool(poolIdentifier, newPool);
Expand Down

0 comments on commit 7af7460

Please sign in to comment.