Skip to content

Commit

Permalink
fix: rebase err
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Sep 11, 2023
1 parent d2efede commit a23956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yearn/v2/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def load_registry(self):
contract('0x8ED9F6343f057870F1DeF47AaE7CD88dfAA049A8'), # StakingRewardsRegistry
]
elif chain.id == Network.Base:
return [contract('0xF3885eDe00171997BFadAa98E01E167B53a78Ec5')]
registries = [contract('0xF3885eDe00171997BFadAa98E01E167B53a78Ec5')]
else:
raise UnsupportedNetwork('yearn v2 is not available on this network')

Expand Down

0 comments on commit a23956b

Please sign in to comment.