Skip to content

Commit d3f9732

Browse files
committed
updated fork block
1 parent 33fc3b7 commit d3f9732

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

chain/params.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ var AllForksEnabled = &Forks{
172172
EIP150: NewFork(0),
173173
EIP155: NewFork(0),
174174
EIP158: NewFork(0),
175-
EIP2929: NewFork(7000001),
175+
EIP2929: NewFork(6334150),
176176
Byzantium: NewFork(0),
177177
Constantinople: NewFork(0),
178178
Petersburg: NewFork(0),
179179
Istanbul: NewFork(0),
180180
London: NewFork(0),
181181
QuorumCalcAlignment: NewFork(0),
182182
TxHashWithType: NewFork(0),
183-
Londonv2: NewFork(7000000),
183+
Londonv2: NewFork(6334149),
184184
}

versioning/versioning.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ var (
77
// Embedded by --ldflags on build time
88
// Versioning should follow the SemVer guidelines
99
// https://semver.org/
10-
Version = "1.0.5"
11-
Branch = "beta.x"
12-
BuildTime = "3/26/2024"
10+
Version = "1.0.6"
11+
Branch = "londonv2"
12+
BuildTime = "4/26/2024"
1313
Commit string
1414
)

0 commit comments

Comments
 (0)