Skip to content

Commit

Permalink
fix: wrong data naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Verisana committed Dec 14, 2022
1 parent ac29e43 commit c5d6b80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dex/solidly/solidly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,7 @@ export class Solidly extends UniswapV2 {
factory: this.factoryAddress,
initCode: this.initCode,
feeFactor: this.feeFactor,
isFeeOnTransferInRoute: Object.values(transferFees).some(
f => f !== 0,
),
isFeeTokenInRoute: Object.values(transferFees).some(f => f !== 0),
pools: [
{
address: pairParam.exchange,
Expand Down

0 comments on commit c5d6b80

Please sign in to comment.