We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817abb4 commit e563875Copy full SHA for e563875
tests/test_2026_01_20.py
@@ -1244,10 +1244,6 @@ def two_phase_frame_config_update_test(stranger):
1244
# Storage slot for lastProcessingRefSlot in CSFeeOracle
1245
last_processing_ref_slot_key = web3.keccak(text="lido.BaseOracle.lastProcessingRefSlot").hex()
1246
1247
- # Get chain config
1248
- seconds_per_slot = two_phase_update.SECONDS_PER_SLOT()
1249
- genesis_time = two_phase_update.GENESIS_TIME()
1250
-
1251
# Get phase configs from the contract
1252
offset_phase = two_phase_update.offsetPhase()
1253
restore_phase = two_phase_update.restorePhase()
0 commit comments