Skip to content

Commit 088fd8e

Browse files
Napoli block for Amoy network (#9840)
Cherry pick PR #9837 --------- Co-authored-by: Anshal Shukla <[email protected]>
1 parent a013ec2 commit 088fd8e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

core/forkid/forkid_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func TestCreation(t *testing.T) {
173173
params.AmoyGenesisHash,
174174
[]testcase{
175175
{0, 0, ID{Hash: checksumToBytes(0xbe06a477), Next: 73100}},
176-
{73100, 0, ID{Hash: checksumToBytes(0x135d2cd5), Next: 0}}, // First London, Jaipur, Delhi, Indore, Agra
176+
{73100, 0, ID{Hash: checksumToBytes(0x135d2cd5), Next: 5423600}}, // First London, Jaipur, Delhi, Indore, Agra
177177
},
178178
},
179179
// Bor mainnet test cases

params/chainspecs/amoy.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"jaipurBlock": 73100,
3939
"delhiBlock": 73100,
4040
"indoreBlock": 73100,
41-
"agraBlock": 73100
41+
"agraBlock": 73100,
42+
"napoliBlock": 5423600
4243
}
4344
}
4445

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
const (
3434
VersionMajor = 2 // Major version component of the current release
3535
VersionMinor = 59 // Minor version component of the current release
36-
VersionMicro = 2 // Patch version component of the current release
36+
VersionMicro = 3 // Patch version component of the current release
3737
VersionModifier = "" // Modifier component of the current release
3838
VersionKeyCreated = "ErigonVersionCreated"
3939
VersionKeyFinished = "ErigonVersionFinished"

0 commit comments

Comments
 (0)