Skip to content

Commit

Permalink
Merge pull request #309 from lidofinance/prefetch-simpledvt
Browse files Browse the repository at this point in the history
prefetch simple dvt contract events
  • Loading branch information
avsetsin authored Oct 25, 2024
2 parents 7d31bb6 + eae0ed8 commit 751ff4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 751ff4d

Please sign in to comment.