Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Sep 27, 2023
1 parent 35c6a8a commit ef684fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yearn/prices/curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class Ids(IntEnum):
Curve_Tricrypto_Factory = 11

class CurveRegistry(metaclass=Singleton):
# NOTE: before deprecating, figure out why this loads more pools than ypm
def __init__(self) -> None:
if chain.id not in curve_contracts:
raise UnsupportedNetwork("curve is not supported on this network")
Expand Down

0 comments on commit ef684fa

Please sign in to comment.