mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
feat: hardfork time
This commit is contained in:
parent
a93a750e50
commit
59b317c09d
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ var Defaults = Config{
|
||||||
return &i
|
return &i
|
||||||
}(),
|
}(),
|
||||||
OverrideRestakingActivation: func() *uint64 {
|
OverrideRestakingActivation: func() *uint64 {
|
||||||
var i uint64 = 1_749_902_400 // TBD
|
var i uint64 = 1_754_812_800 // 2025-08-10 8:00:00 UTC
|
||||||
return &i
|
return &i
|
||||||
}(),
|
}(),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue