Skip to content

Commit

Permalink
fix: remove yeth from global yearn registry. (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
crebsy authored Oct 19, 2023
1 parent 59e3fa2 commit abbaa77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yearn/yearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 = {
Expand Down

0 comments on commit abbaa77

Please sign in to comment.