Skip to content

Commit 7735150

Browse files
authored
Merge pull request #102 from cffls/release/3.2
Update DandeliBlock HF for mainnet and bump version
2 parents 6c927d5 + cbb4951 commit 7735150

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

db/version/app.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ var (
2929

3030
// see https://calver.org
3131
const (
32-
Major = 3 // Major version component of the current release
33-
Minor = 3 // Minor version component of the current release
34-
Micro = 6 // Micro version component of the current release
35-
Modifier = "beta3" // Modifier component of the current release
36-
DefaultSnapshotGitBranch = "main" // Branch of erigontech/erigon-snapshot to use in OtterSync
32+
Major = 3 // Major version component of the current release
33+
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
36+
DefaultSnapshotGitBranch = "main" // Branch of erigontech/erigon-snapshot to use in OtterSync
3737
VersionKeyCreated = "ErigonVersionCreated"
3838
VersionKeyFinished = "ErigonVersionFinished"
3939
ClientName = "erigon"

polygon/chain/chainspecs/bor-mainnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"rioBlock": 77414656,
8888
"madhugiriBlock": 80084800,
8989
"madhugiriProBlock": 80084800,
90+
"dandeliBlock": 81424000,
9091
"coinbase": {
9192
"0": "0x0000000000000000000000000000000000000000",
9293
"77414656": "0x7Ee41D8A25641000661B1EF5E6AE8A00400466B0"

0 commit comments

Comments
 (0)