diff --git a/yearn/prices/curve.py b/yearn/prices/curve.py index 9d6a43338..a63ead570 100644 --- a/yearn/prices/curve.py +++ b/yearn/prices/curve.py @@ -96,7 +96,8 @@ class Ids(IntEnum): CryptoSwap_Registry = 5 CryptoPool_Factory = 6 MetaFactory = 7 - crvUSD_Plain_Pools = 8 + crvUSD_Plain_Pools_deprecated = 8 + crvUSD_Plain_Pools = 9 class CurveRegistry(metaclass=Singleton):