From abbaa774e95f76e0d62042e6f8e33bbcedfd4bfb Mon Sep 17 00:00:00 2001 From: crebsy <121096251+crebsy@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:07:32 +0200 Subject: [PATCH] fix: remove yeth from global yearn registry. (#646) --- yearn/yearn.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/yearn/yearn.py b/yearn/yearn.py index a2da17834..7f0ec550c 100644 --- a/yearn/yearn.py +++ b/yearn/yearn.py @@ -13,7 +13,6 @@ import yearn.special import yearn.v1.registry import yearn.v2.registry -import yearn.yeth from yearn.exceptions import UnsupportedNetwork from yearn.ironbank import addresses as ironbank_registries from yearn.outputs.victoria.output_helper import (_flatten_dict, @@ -38,7 +37,6 @@ def __init__(self, load_strategies=True, load_harvests=False, load_transfers=Fal "v2": yearn.v2.registry.Registry(watch_events_forever=watch_events_forever), "ib": yearn.ironbank.Registry(exclude_ib_tvl=exclude_ib_tvl), "special": yearn.special.Registry(), - "yeth": yearn.yeth.Registry(), } elif chain.id in [Network.Gnosis, Network.Base]: self.registries = {