Skip to content

Commit

Permalink
chore: add comment on skipping reserve check for Aerodrome
Browse files Browse the repository at this point in the history
  • Loading branch information
KanievskyiDanylo committed Dec 26, 2024
1 parent 4c6bab0 commit e32e77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dex/solidly/solidly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ export class Solidly extends UniswapV2 {
stableFieldKey = 'isStable';
}

// aerodrome subgraph has broken reserve and other volume fields with all 0s
if (this.dexKey.toLowerCase() === 'aerodrome') {
skipReserveCheck = true;
}
Expand Down

0 comments on commit e32e77d

Please sign in to comment.