Skip to content

Commit e78ce08

Browse files
authored
Merge pull request #104 from 0xPolygon/v3.3.7-beta-candidate
Merge v3.3.7-beta to release/3.2
2 parents 7735150 + ce814f7 commit e78ce08

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

db/version/app.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ var (
3131
const (
3232
Major = 3 // Major version component of the current release
3333
Minor = 3 // Minor version component of the current release
34-
Micro = 6 // Micro version component of the current release
35-
Modifier = "" // Modifier component of the current release
34+
Micro = 7 // Micro version component of the current release
35+
Modifier = "beta" // Modifier component of the current release
3636
DefaultSnapshotGitBranch = "main" // Branch of erigontech/erigon-snapshot to use in OtterSync
3737
VersionKeyCreated = "ErigonVersionCreated"
3838
VersionKeyFinished = "ErigonVersionFinished"

polygon/chain/chainspecs/bor-mainnet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"14953728": 0,
4848
"14953792": 0,
4949
"14953856": 0,
50-
"r.73812433-73826700": 0
50+
"r.73812433-73826700": 0,
51+
"r.81556977-81558799": 0
5152
},
5253
"blockAlloc": {
5354
"22156660": {

0 commit comments

Comments
 (0)