Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 4, 2024
1 parent a6bb0c2 commit 6070c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/curve-v2/curve-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class CurveV2
exchangeRouterInterface: Interface;
genericFactoryZapIface: Interface;
minConversionRate = '1';
// the dex supports native ETH and WETH pools, but wrapping/unwrapping is handled on dex level, we can always send WETH even for native ETH pools
// the dex supports native ETH and WETH pools and handles wrapping/unwrapping on their smart contract level, we can always send WETH even for native ETH pools
needWrapNative = true;
logger: Logger;

Expand Down

0 comments on commit 6070c26

Please sign in to comment.