Skip to content

Commit 060815e

Browse files
feat: delay Archimedes on Alpha by a week (#342)
* delay Archimedes on Alpha by a week * bump version --------- Co-authored-by: HAOYUatHZ <[email protected]>
1 parent 334892a commit 060815e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ var (
275275
BerlinBlock: big.NewInt(0),
276276
LondonBlock: big.NewInt(0),
277277
ArrowGlacierBlock: nil,
278-
ArchimedesBlock: big.NewInt(2444711),
278+
ArchimedesBlock: big.NewInt(2646311),
279279
ShanghaiBlock: nil,
280280
Clique: &CliqueConfig{
281281
Period: 3,

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
VersionMajor = 3 // Major version component of the current release
2626
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
2828
VersionMeta = "alpha" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)