File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ var (
275
275
BerlinBlock : big .NewInt (0 ),
276
276
LondonBlock : big .NewInt (0 ),
277
277
ArrowGlacierBlock : nil ,
278
- ArchimedesBlock : big .NewInt (2444711 ),
278
+ ArchimedesBlock : big .NewInt (2646311 ),
279
279
ShanghaiBlock : nil ,
280
280
Clique : & CliqueConfig {
281
281
Period : 3 ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
const (
25
25
VersionMajor = 3 // Major version component of the current release
26
26
VersionMinor = 3 // Minor version component of the current release
27
- VersionPatch = 0 // Patch version component of the current release
27
+ VersionPatch = 1 // Patch version component of the current release
28
28
VersionMeta = "alpha" // Version metadata to append to the version string
29
29
)
30
30
You can’t perform that action at this time.
0 commit comments