diff --git a/tests/conftest.py b/tests/conftest.py index ad0c2857f..922e22635 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -164,6 +164,7 @@ def _prefetch_contracts_from_etherscan(): Contract.from_explorer(WITHDRAWAL_QUEUE) Contract.from_explorer(STAKING_ROUTER) Contract.from_explorer(VOTING) + Contract.from_explorer(SIMPLE_DVT) Helpers._etherscan_is_fetched = True