Skip to content

Commit

Permalink
Napoli block for Amoy network (#9840)
Browse files Browse the repository at this point in the history
Cherry pick PR #9837

---------

Co-authored-by: Anshal Shukla <53994948+anshalshukla@users.noreply.github.com>
  • Loading branch information
yperbasis and anshalshukla committed Mar 29, 2024
1 parent a013ec2 commit 088fd8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/forkid/forkid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func TestCreation(t *testing.T) {
params.AmoyGenesisHash,
[]testcase{
{0, 0, ID{Hash: checksumToBytes(0xbe06a477), Next: 73100}},
{73100, 0, ID{Hash: checksumToBytes(0x135d2cd5), Next: 0}}, // First London, Jaipur, Delhi, Indore, Agra
{73100, 0, ID{Hash: checksumToBytes(0x135d2cd5), Next: 5423600}}, // First London, Jaipur, Delhi, Indore, Agra
},
},
// Bor mainnet test cases
Expand Down
3 changes: 2 additions & 1 deletion params/chainspecs/amoy.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"jaipurBlock": 73100,
"delhiBlock": 73100,
"indoreBlock": 73100,
"agraBlock": 73100
"agraBlock": 73100,
"napoliBlock": 5423600
}
}

2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 59 // Minor version component of the current release
VersionMicro = 2 // Patch version component of the current release
VersionMicro = 3 // Patch version component of the current release
VersionModifier = "" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
Expand Down

0 comments on commit 088fd8e

Please sign in to comment.