Skip to content

Commit 85447ec

Browse files
authored
feat(sepolia): enable Bernoulli hard fork (#688)
* feat(sepolia): enable Bernoulli hard fork * update fork block
1 parent d0ff839 commit 85447ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

params/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ var (
317317
ArrowGlacierBlock: nil,
318318
ArchimedesBlock: big.NewInt(0),
319319
ShanghaiBlock: big.NewInt(0),
320-
BernoulliBlock: nil,
320+
BernoulliBlock: big.NewInt(3747132),
321321
CurieBlock: nil,
322322
Clique: &CliqueConfig{
323323
Period: 3,

params/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323

2424
const (
2525
VersionMajor = 5 // Major version component of the current release
26-
VersionMinor = 1 // Minor version component of the current release
27-
VersionPatch = 34 // Patch version component of the current release
26+
VersionMinor = 2 // Minor version component of the current release
27+
VersionPatch = 0 // Patch version component of the current release
2828
VersionMeta = "mainnet" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)