File tree 2 files changed +1
-4
lines changed
op-deployer/pkg/deployer/standard
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -227,11 +227,8 @@ func DefaultHardforkScheduleForTag(tag string) *genesis.UpgradeScheduleDeployCon
227
227
switch tag {
228
228
case ContractsV160Tag , ContractsV170Beta1L2Tag :
229
229
return sched
230
- case ContractsV180Tag , ContractsV200Tag :
231
- sched .ActivateForkAtGenesis (rollup .Holocene )
232
230
default :
233
231
sched .ActivateForkAtGenesis (rollup .Holocene )
234
- sched .ActivateForkAtGenesis (rollup .Isthmus )
235
232
}
236
233
237
234
return sched
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func TestDefaultHardforkScheduleForTag(t *testing.T) {
28
28
29
29
sched = DefaultHardforkScheduleForTag (ContractsV300Tag )
30
30
require .NotNil (t , sched .HoloceneTime (0 ))
31
- require .NotNil (t , sched .IsthmusTime (0 ))
31
+ require .Nil (t , sched .IsthmusTime (0 ))
32
32
}
33
33
34
34
func TestStandardAddresses (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments