Skip to content

Commit

Permalink
feat: make swapCostCalculator private
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 25, 2021
1 parent cc8fb30 commit b8d7a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export class SOR {
{ pools: PoolDictionary; paths: NewPath[] }
> = {};
disabledOptions: DisabledOptions;
swapCostCalculator: SwapCostCalculator;

private poolCacher: PoolCacher;
private swapCostCalculator: SwapCostCalculator;

constructor(
provider: BaseProvider,
Expand Down

0 comments on commit b8d7a7e

Please sign in to comment.