Skip to content

Commit

Permalink
feat(sepolia): enable Bernoulli hard fork (#688)
Browse files Browse the repository at this point in the history
* feat(sepolia): enable Bernoulli hard fork

* update fork block
  • Loading branch information
Thegaram authored Apr 8, 2024
1 parent d0ff839 commit 85447ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ var (
ArrowGlacierBlock: nil,
ArchimedesBlock: big.NewInt(0),
ShanghaiBlock: big.NewInt(0),
BernoulliBlock: nil,
BernoulliBlock: big.NewInt(3747132),
CurieBlock: nil,
Clique: &CliqueConfig{
Period: 3,
Expand Down
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (

const (
VersionMajor = 5 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 34 // Patch version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "mainnet" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 85447ec

Please sign in to comment.