@@ -47,8 +38,8 @@ function WellFunctionDetails({ well }: Props) {
swaps, how many LP tokens a user receives for adding liquidity, etc.
- The {formatWellTokenSymbols(well)} uses the Constant Product 2 Well Function, which is a
- gas-efficient pricing function for Wells with 2 tokens.
+ The {formatWellTokenSymbols(well)} Well uses the Constant Product 2 Well Function, which
+ is a gas-efficient pricing function for Wells with 2 tokens.
);
@@ -66,20 +57,30 @@ function WellFunctionDetails({ well }: Props) {
}
export const LearnWellFunction: FC