Skip to content

Commit

Permalink
add comment for non supported metapools
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri committed Oct 30, 2023
1 parent 6a8fae6 commit 5e6ab57
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ interface ICurveMetaPool is ICurvePool, IERC20Metadata {
* This plugin contract is intended for 2-fiattoken stable metapools that
* DO NOT involve RTokens, such as LUSD-fraxBP or MIM-3CRV.
*
* Does not support older metapools that have a separate contract for the
* metapool's LP token. Metapool and LP token contracts must be the same.
*
* tok = ConvexStakingWrapper(PairedUSDToken/USDBasePool)
* ref = PairedUSDToken/USDBasePool pool invariant
* tar = USD
* UoA = USD
*
* @notice Curve pools with native ETH or ERC777 should be avoided,
* see docs/collateral.md for information
*
*/
contract CurveStableMetapoolCollateral is CurveStableCollateral {
using OracleLib for AggregatorV3Interface;
Expand Down

0 comments on commit 5e6ab57

Please sign in to comment.